]> Git Repo - J-linux.git/commitdiff
wifi: iwlwifi: bump FW API to 87 for AX/BZ/SC devices
authorGregory Greenman <[email protected]>
Tue, 23 Jan 2024 18:08:21 +0000 (20:08 +0200)
committerJohannes Berg <[email protected]>
Fri, 26 Jan 2024 08:48:54 +0000 (09:48 +0100)
Start supporting API version 87 for new devices.

Signed-off-by: Gregory Greenman <[email protected]>
Signed-off-by: Miri Korenblit <[email protected]>
Link: https://msgid.link/20240123200528.14cc41da34c4.Ic867f979504c60c21c8182e9adccec9ffbadfe5b@changeid
Signed-off-by: Johannes Berg <[email protected]>
drivers/net/wireless/intel/iwlwifi/cfg/ax210.c
drivers/net/wireless/intel/iwlwifi/cfg/bz.c
drivers/net/wireless/intel/iwlwifi/cfg/sc.c

index 134635c70ce85cd07e7433d9dab9d66b8260100f..02b727687fb82e7e44bdd5423c31237cc1d90b71 100644 (file)
@@ -10,7 +10,7 @@
 #include "fw/api/txq.h"
 
 /* Highest firmware API version supported */
-#define IWL_AX210_UCODE_API_MAX        86
+#define IWL_AX210_UCODE_API_MAX        87
 
 /* Lowest firmware API version supported */
 #define IWL_AX210_UCODE_API_MIN        59
index 21fdaf8e0e0e3928c98ca30babf8deec4dfed2d3..20799a0fbc074f914d873e267d7d7142db6e28d5 100644 (file)
@@ -10,7 +10,7 @@
 #include "fw/api/txq.h"
 
 /* Highest firmware API version supported */
-#define IWL_BZ_UCODE_API_MAX   86
+#define IWL_BZ_UCODE_API_MAX   87
 
 /* Lowest firmware API version supported */
 #define IWL_BZ_UCODE_API_MIN   80
index 80eb9b49953891fcb4ab612c930d99277110f29a..51b8f50d879551d07c53628e6b70523d48abeea1 100644 (file)
@@ -10,7 +10,7 @@
 #include "fw/api/txq.h"
 
 /* Highest firmware API version supported */
-#define IWL_SC_UCODE_API_MAX   86
+#define IWL_SC_UCODE_API_MAX   87
 
 /* Lowest firmware API version supported */
 #define IWL_SC_UCODE_API_MIN   82
This page took 0.063537 seconds and 4 git commands to generate.