aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Berg <[email protected]>2023-06-21 13:12:11 +0300
committerJohannes Berg <[email protected]>2023-06-21 14:07:00 +0200
commita7de384c93996f8cdf8e7b5304bf7963161241a6 (patch)
tree78ba0ca202248235ebf7a36d202844903da1c549
parenta13707f7c8456022d9b4b764d1ad3f2252db2154 (diff)
wifi: iwlwifi: don't load old firmware for ax210
The earliest firmware released for these products is with API version 59 (for 'ty' only), so no point trying to go back in time even further than that. Signed-off-by: Johannes Berg <[email protected]> Signed-off-by: Gregory Greenman <[email protected]> Link: https://lore.kernel.org/r/20230621130443.ebe02b5dbddb.I51484ebb6c89256b0e6e7f9bb24f597c4ebead67@changeid Signed-off-by: Johannes Berg <[email protected]>
-rw-r--r--drivers/net/wireless/intel/iwlwifi/cfg/ax210.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/ax210.c b/drivers/net/wireless/intel/iwlwifi/cfg/ax210.c
index cc6761e46bee..1159c0e551b0 100644
--- a/drivers/net/wireless/intel/iwlwifi/cfg/ax210.c
+++ b/drivers/net/wireless/intel/iwlwifi/cfg/ax210.c
@@ -13,7 +13,7 @@
#define IWL_AX210_UCODE_API_MAX 82
/* Lowest firmware API version supported */
-#define IWL_AX210_UCODE_API_MIN 39
+#define IWL_AX210_UCODE_API_MIN 59
/* NVM versions */
#define IWL_AX210_NVM_VERSION 0x0a1d