]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
wifi: iwlwifi: bump core version for BZ/SC/DR to 104
authorMiri Korenblit <miriam.rachel.korenblit@intel.com>
Wed, 13 May 2026 05:43:58 +0000 (08:43 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 26 May 2026 12:17:12 +0000 (15:17 +0300)
Start supporting Core 104 FW on these devices.

Link: https://patch.msgid.link/20260513084215.9d584ef19b3c.I2b5b08ff63f8fafda6bc888b597615ad7d34f537@changeid
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@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 a70b356d9576fd933d19830bf2945335f8ad084a..51d7c599e998c820d4e8dfa72d004d6649a2ad4b 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-2025 Intel Corporation
+ * Copyright (C) 2018-2026 Intel Corporation
  */
 #include <linux/module.h>
 #include <linux/stringify.h>
@@ -10,7 +10,7 @@
 #include "fw/api/txq.h"
 
 /* Highest firmware core release supported */
-#define IWL_BZ_UCODE_CORE_MAX  103
+#define IWL_BZ_UCODE_CORE_MAX  104
 
 /* Lowest firmware core release supported */
 #define IWL_BZ_UCODE_CORE_MIN  101
index e95112fdc6648fb03450fd699b3d08afb1cbb839..76fbc120a092c310fb5d36570c4353a5634c5119 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
 /*
- * Copyright (C) 2024-2025 Intel Corporation
+ * Copyright (C) 2024-2026 Intel Corporation
  */
 #include <linux/module.h>
 #include <linux/stringify.h>
@@ -9,7 +9,7 @@
 #include "fw/api/txq.h"
 
 /* Highest firmware core release supported */
-#define IWL_DR_UCODE_CORE_MAX  103
+#define IWL_DR_UCODE_CORE_MAX  104
 
 /* Lowest firmware core release supported */
 #define IWL_DR_UCODE_CORE_MIN  101
index d1e5cef42fffdfd546423f5e5878002f0d832a1d..db7858b2cb744e857d0f37bda54153d6205a0cd8 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-2025 Intel Corporation
+ * Copyright (C) 2018-2026 Intel Corporation
  */
 #include <linux/module.h>
 #include <linux/stringify.h>
@@ -10,7 +10,7 @@
 #include "fw/api/txq.h"
 
 /* Highest firmware core release supported */
-#define IWL_SC_UCODE_CORE_MAX  103
+#define IWL_SC_UCODE_CORE_MAX  104
 
 /* Lowest firmware core release supported */
 #define IWL_SC_UCODE_CORE_MIN  101