]> www.infradead.org Git - users/hch/configfs.git/commitdiff
wifi: iwlwifi: bump min API version for Qu/So devices
authorMiri Korenblit <miriam.rachel.korenblit@intel.com>
Wed, 5 Jun 2024 11:05:07 +0000 (14:05 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 12 Jun 2024 11:04:27 +0000 (13:04 +0200)
Stop supporting all FWs older than the max API version.
These FW versions were supported since v6.5.

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Reviewed-by: Johannes Berg <johannes.berg@intel.com>
Link: https://msgid.link/20240605140327.ad6d43fe9893.I96f769e7d5be3e6499d260451df781bd694a5142@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/cfg/22000.c
drivers/net/wireless/intel/iwlwifi/cfg/ax210.c

index d594694206b33aaa2846071991dbb2e106cfb48b..2e2fcb3807efb932ea3c0f61928d5641da5d8196 100644 (file)
@@ -1,7 +1,7 @@
 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
 /*
  * Copyright (C) 2015-2017 Intel Deutschland GmbH
- * Copyright (C) 2018-2023 Intel Corporation
+ * Copyright (C) 2018-2024 Intel Corporation
  */
 #include <linux/module.h>
 #include <linux/stringify.h>
@@ -13,7 +13,7 @@
 #define IWL_22000_UCODE_API_MAX        77
 
 /* Lowest firmware API version supported */
-#define IWL_22000_UCODE_API_MIN        50
+#define IWL_22000_UCODE_API_MIN        77
 
 /* NVM versions */
 #define IWL_22000_NVM_VERSION          0x0a1d
index 25952d0bea99c04be62c18331d957fd0680f7895..975e8aed1526ce21d67071db7cfd0197cdc6a8c9 100644 (file)
@@ -13,7 +13,7 @@
 #define IWL_AX210_UCODE_API_MAX        89
 
 /* Lowest firmware API version supported */
-#define IWL_AX210_UCODE_API_MIN        59
+#define IWL_AX210_UCODE_API_MIN        77
 
 /* NVM versions */
 #define IWL_AX210_NVM_VERSION          0x0a1d