wifi: iwlwifi: bump FW API to 98 for BZ/SC/DR devices
authorMiri Korenblit <miriam.rachel.korenblit@intel.com>
Sat, 8 Mar 2025 21:19:21 +0000 (23:19 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 11 Mar 2025 09:54:02 +0000 (10:54 +0100)
Start supporting API versions 97 and 98 for those devices.

Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250308231427.55b5455795aa.I333f1e7fa31f9da1d40f668660c1e25b93ff469e@changeid
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/intel/iwlwifi/cfg/bz.c
drivers/net/wireless/intel/iwlwifi/cfg/dr.c
drivers/net/wireless/intel/iwlwifi/cfg/sc.c

index 36e8e3a991dcbbd56cdfc6521c8055d704557cf4..dbd303385157842c8d412e27a016a5123b8e19d5 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-2024 Intel Corporation
+ * Copyright (C) 2018-2025 Intel Corporation
  */
 #include <linux/module.h>
 #include <linux/stringify.h>
@@ -10,7 +10,7 @@
 #include "fw/api/txq.h"
 
 /* Highest firmware API version supported */
-#define IWL_BZ_UCODE_API_MAX   96
+#define IWL_BZ_UCODE_API_MAX   98
 
 /* Lowest firmware API version supported */
 #define IWL_BZ_UCODE_API_MIN   92
index 48b487f6e366ca2980519a4063f466fb38dfc89b..282b9b846c3ac0f2ffc7f1657fcdd238c326d052 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
 /*
- * Copyright (C) 2024 Intel Corporation
+ * Copyright (C) 2024-2025 Intel Corporation
  */
 #include <linux/module.h>
 #include <linux/stringify.h>
@@ -9,7 +9,7 @@
 #include "fw/api/txq.h"
 
 /* Highest firmware API version supported */
-#define IWL_DR_UCODE_API_MAX   96
+#define IWL_DR_UCODE_API_MAX   98
 
 /* Lowest firmware API version supported */
 #define IWL_DR_UCODE_API_MIN   96
index 05cbb80ab575cd17635944962833a3373045b452..a9fc9e8ec4312af7eb9c01d7f42aaf2d1961cbf0 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-2024 Intel Corporation
+ * Copyright (C) 2018-2025 Intel Corporation
  */
 #include <linux/module.h>
 #include <linux/stringify.h>
@@ -10,7 +10,7 @@
 #include "fw/api/txq.h"
 
 /* Highest firmware API version supported */
-#define IWL_SC_UCODE_API_MAX   96
+#define IWL_SC_UCODE_API_MAX   98
 
 /* Lowest firmware API version supported */
 #define IWL_SC_UCODE_API_MIN   92