Skip to content

Commit 9658d9f

Browse files
committed
Miri Korenblit says: ==================== iwlwifi - next: 2026-05-26 This contains mainly: UHR support (DPS, DUO, multi-link PM), NAN enhancements (multicast, schedule config v2, multiple stations), EMLSR fixes, new Killer/LNL device IDs, firmware API cleanups, and a few bugfixes ==================== Signed-off-by: Johannes Berg <johannes.berg@intel.com>
2 parents 23add15 + 455fac9 commit 9658d9f

87 files changed

Lines changed: 5442 additions & 2259 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

drivers/net/wireless/intel/iwlwifi/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ iwlwifi-objs += iwl-dbg-tlv.o
3232
iwlwifi-objs += iwl-trans.o
3333

3434
iwlwifi-objs += fw/img.o fw/notif-wait.o fw/rs.o
35-
iwlwifi-objs += fw/dbg.o fw/pnvm.o fw/dump.o
35+
iwlwifi-objs += fw/dbg.o fw/dbg-old.o fw/pnvm.o fw/dump.o
3636
iwlwifi-objs += fw/regulatory.o
3737
iwlwifi-$(CONFIG_IWLMVM) += fw/paging.o fw/smem.o fw/init.o
3838
iwlwifi-$(CONFIG_IWLMLD) += fw/smem.o fw/init.o

drivers/net/wireless/intel/iwlwifi/cfg/22000.c

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22
/*
33
* Copyright (C) 2015-2017 Intel Deutschland GmbH
4-
* Copyright (C) 2018-2025 Intel Corporation
4+
* Copyright (C) 2018-2026 Intel Corporation
55
*/
66
#include <linux/module.h>
77
#include <linux/stringify.h>
@@ -15,26 +15,26 @@
1515
/* Lowest firmware API version supported */
1616
#define IWL_22000_UCODE_API_MIN 77
1717

18-
/* Memory offsets and lengths */
19-
#define IWL_22000_SMEM_OFFSET 0x400000
20-
#define IWL_22000_SMEM_LEN 0xD0000
21-
2218
#define IWL_CC_A_FW_PRE "iwlwifi-cc-a0"
19+
#define IWL_QU_B_HR_B_FW_PRE "iwlwifi-Qu-b0-hr-b0"
20+
#define IWL_QU_C_HR_B_FW_PRE "iwlwifi-Qu-c0-hr-b0"
21+
#define IWL_QUZ_A_HR_B_FW_PRE "iwlwifi-QuZ-a0-hr-b0"
2322

2423
#define IWL_CC_A_MODULE_FIRMWARE(api) \
2524
IWL_CC_A_FW_PRE "-" __stringify(api) ".ucode"
25+
#define IWL_QU_B_HR_B_MODULE_FIRMWARE(api) \
26+
IWL_QU_B_HR_B_FW_PRE "-" __stringify(api) ".ucode"
27+
#define IWL_QUZ_A_HR_B_MODULE_FIRMWARE(api) \
28+
IWL_QUZ_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
29+
#define IWL_QU_C_HR_B_MODULE_FIRMWARE(api) \
30+
IWL_QU_C_HR_B_FW_PRE "-" __stringify(api) ".ucode"
2631

2732
static const struct iwl_family_base_params iwl_22000_base = {
2833
.num_of_queues = 512,
2934
.max_tfd_queue_size = 256,
30-
.shadow_ram_support = true,
31-
.led_compensation = 57,
3235
.wd_timeout = IWL_LONG_WD_TIMEOUT,
33-
.max_event_log_size = 512,
3436
.shadow_reg_enable = true,
3537
.pcie_l1_allowed = true,
36-
.smem_offset = IWL_22000_SMEM_OFFSET,
37-
.smem_len = IWL_22000_SMEM_LEN,
3838
.features = IWL_TX_CSUM_NETIF_FLAGS | NETIF_F_RXCSUM,
3939
.apmg_not_supported = true,
4040
.mac_addr_from_csr = 0x380,
@@ -113,4 +113,7 @@ const char iwl_ax201_killer_1650s_name[] =
113113
const char iwl_ax201_killer_1650i_name[] =
114114
"Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW)";
115115

116+
MODULE_FIRMWARE(IWL_QU_B_HR_B_MODULE_FIRMWARE(IWL_22000_UCODE_API_MAX));
117+
MODULE_FIRMWARE(IWL_QU_C_HR_B_MODULE_FIRMWARE(IWL_22000_UCODE_API_MAX));
118+
MODULE_FIRMWARE(IWL_QUZ_A_HR_B_MODULE_FIRMWARE(IWL_22000_UCODE_API_MAX));
116119
MODULE_FIRMWARE(IWL_CC_A_MODULE_FIRMWARE(IWL_22000_UCODE_API_MAX));

drivers/net/wireless/intel/iwlwifi/cfg/7000.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22
/*
3-
* Copyright (C) 2012-2014, 2018-2020, 2023, 2025 Intel Corporation
3+
* Copyright (C) 2012-2014, 2018-2020, 2023, 2025-2026 Intel Corporation
44
* Copyright (C) 2013-2014 Intel Mobile Communications GmbH
55
* Copyright (C) 2015 Intel Deutschland GmbH
66
*/
@@ -53,10 +53,7 @@ static const struct iwl_family_base_params iwl7000_base = {
5353
.eeprom_size = OTP_LOW_IMAGE_SIZE_16K,
5454
.num_of_queues = 31,
5555
.max_tfd_queue_size = 256,
56-
.shadow_ram_support = true,
57-
.led_compensation = 57,
5856
.wd_timeout = IWL_LONG_WD_TIMEOUT,
59-
.max_event_log_size = 512,
6057
.shadow_reg_enable = true,
6158
.pcie_l1_allowed = true,
6259
.apmg_wake_up_wa = true,

drivers/net/wireless/intel/iwlwifi/cfg/8000.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22
/*
3-
* Copyright (C) 2014, 2018-2020, 2023, 2025 Intel Corporation
3+
* Copyright (C) 2014, 2018-2020, 2023, 2025-2026 Intel Corporation
44
* Copyright (C) 2014-2015 Intel Mobile Communications GmbH
55
* Copyright (C) 2016 Intel Deutschland GmbH
66
*/
@@ -39,10 +39,7 @@ static const struct iwl_family_base_params iwl8000_base = {
3939
.eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
4040
.num_of_queues = 31,
4141
.max_tfd_queue_size = 256,
42-
.shadow_ram_support = true,
43-
.led_compensation = 57,
4442
.wd_timeout = IWL_LONG_WD_TIMEOUT,
45-
.max_event_log_size = 512,
4643
.shadow_reg_enable = true,
4744
.pcie_l1_allowed = true,
4845
.nvm_hw_section_num = 10,

drivers/net/wireless/intel/iwlwifi/cfg/9000.c

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22
/*
33
* Copyright (C) 2015-2017 Intel Deutschland GmbH
4-
* Copyright (C) 2018-2021, 2023, 2025 Intel Corporation
4+
* Copyright (C) 2018-2021, 2023, 2025-2026 Intel Corporation
55
*/
66
#include <linux/module.h>
77
#include <linux/stringify.h>
@@ -30,10 +30,7 @@ static const struct iwl_family_base_params iwl9000_base = {
3030
.eeprom_size = OTP_LOW_IMAGE_SIZE_32K,
3131
.num_of_queues = 31,
3232
.max_tfd_queue_size = 256,
33-
.shadow_ram_support = true,
34-
.led_compensation = 57,
3533
.wd_timeout = IWL_LONG_WD_TIMEOUT,
36-
.max_event_log_size = 512,
3734
.shadow_reg_enable = true,
3835
.pcie_l1_allowed = true,
3936
.smem_offset = IWL9000_SMEM_OFFSET,

drivers/net/wireless/intel/iwlwifi/cfg/ax210.c

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22
/*
33
* Copyright (C) 2015-2017 Intel Deutschland GmbH
4-
* Copyright (C) 2018-2025 Intel Corporation
4+
* Copyright (C) 2018-2026 Intel Corporation
55
*/
66
#include <linux/module.h>
77
#include <linux/stringify.h>
@@ -15,21 +15,30 @@
1515
/* Lowest firmware API version supported */
1616
#define IWL_AX210_UCODE_API_MIN 89
1717

18-
/* Memory offsets and lengths */
19-
#define IWL_AX210_SMEM_OFFSET 0x400000
20-
#define IWL_AX210_SMEM_LEN 0xD0000
18+
#define IWL_SO_A_GF_A_FW_PRE "iwlwifi-so-a0-gf-a0"
19+
#define IWL_TY_A_GF_A_FW_PRE "iwlwifi-ty-a0-gf-a0"
20+
#define IWL_MA_A_GF_A_FW_PRE "iwlwifi-ma-a0-gf-a0"
21+
#define IWL_MA_B_GF_A_FW_PRE "iwlwifi-ma-b0-gf-a0"
22+
#define IWL_SO_A_GF4_A_FW_PRE "iwlwifi-so-a0-gf4-a0"
23+
#define IWL_MA_A_GF4_A_FW_PRE "iwlwifi-ma-a0-gf4-a0"
24+
#define IWL_MA_B_GF4_A_FW_PRE "iwlwifi-ma-b0-gf4-a0"
25+
#define IWL_SO_A_HR_B_FW_PRE "iwlwifi-so-a0-hr-b0"
26+
#define IWL_MA_A_HR_B_FW_PRE "iwlwifi-ma-a0-hr-b0"
27+
#define IWL_MA_B_HR_B_FW_PRE "iwlwifi-ma-b0-hr-b0"
28+
29+
#define IWL_SO_A_HR_B_MODULE_FIRMWARE(api) \
30+
IWL_SO_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
31+
#define IWL_MA_A_HR_B_MODULE_FIRMWARE(api) \
32+
IWL_MA_A_HR_B_FW_PRE "-" __stringify(api) ".ucode"
33+
#define IWL_MA_B_HR_B_MODULE_FIRMWARE(api) \
34+
IWL_MA_B_HR_B_FW_PRE "-" __stringify(api) ".ucode"
2135

2236
static const struct iwl_family_base_params iwl_ax210_base = {
2337
.num_of_queues = 512,
2438
.max_tfd_queue_size = 65536,
25-
.shadow_ram_support = true,
26-
.led_compensation = 57,
2739
.wd_timeout = IWL_LONG_WD_TIMEOUT,
28-
.max_event_log_size = 512,
2940
.shadow_reg_enable = true,
3041
.pcie_l1_allowed = true,
31-
.smem_offset = IWL_AX210_SMEM_OFFSET,
32-
.smem_len = IWL_AX210_SMEM_LEN,
3342
.features = IWL_TX_CSUM_NETIF_FLAGS | NETIF_F_RXCSUM,
3443
.apmg_not_supported = true,
3544
.mac_addr_from_csr = 0x380,
@@ -121,3 +130,14 @@ const struct iwl_mac_cfg iwl_ma_mac_cfg = {
121130
.integrated = true,
122131
.umac_prph_offset = 0x300000
123132
};
133+
134+
IWL_FW_AND_PNVM(IWL_SO_A_GF_A_FW_PRE, IWL_AX210_UCODE_API_MAX);
135+
IWL_FW_AND_PNVM(IWL_TY_A_GF_A_FW_PRE, IWL_AX210_UCODE_API_MAX);
136+
IWL_FW_AND_PNVM(IWL_MA_A_GF_A_FW_PRE, IWL_AX210_UCODE_API_MAX);
137+
IWL_FW_AND_PNVM(IWL_MA_B_GF_A_FW_PRE, IWL_AX210_UCODE_API_MAX);
138+
IWL_FW_AND_PNVM(IWL_SO_A_GF4_A_FW_PRE, IWL_AX210_UCODE_API_MAX);
139+
IWL_FW_AND_PNVM(IWL_MA_A_GF4_A_FW_PRE, IWL_AX210_UCODE_API_MAX);
140+
IWL_FW_AND_PNVM(IWL_MA_B_GF4_A_FW_PRE, IWL_AX210_UCODE_API_MAX);
141+
MODULE_FIRMWARE(IWL_SO_A_HR_B_MODULE_FIRMWARE(IWL_AX210_UCODE_API_MAX));
142+
MODULE_FIRMWARE(IWL_MA_A_HR_B_MODULE_FIRMWARE(IWL_AX210_UCODE_API_MAX));
143+
MODULE_FIRMWARE(IWL_MA_B_HR_B_MODULE_FIRMWARE(IWL_AX210_UCODE_API_MAX));

drivers/net/wireless/intel/iwlwifi/cfg/bz.c

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22
/*
33
* Copyright (C) 2015-2017 Intel Deutschland GmbH
4-
* Copyright (C) 2018-2025 Intel Corporation
4+
* Copyright (C) 2018-2026 Intel Corporation
55
*/
66
#include <linux/module.h>
77
#include <linux/stringify.h>
@@ -10,26 +10,17 @@
1010
#include "fw/api/txq.h"
1111

1212
/* Highest firmware core release supported */
13-
#define IWL_BZ_UCODE_CORE_MAX 102
13+
#define IWL_BZ_UCODE_CORE_MAX 105
1414

15-
/* Lowest firmware API version supported */
16-
#define IWL_BZ_UCODE_API_MIN 100
17-
18-
/* Memory offsets and lengths */
19-
#define IWL_BZ_SMEM_OFFSET 0x400000
20-
#define IWL_BZ_SMEM_LEN 0xD0000
15+
/* Lowest firmware core release supported */
16+
#define IWL_BZ_UCODE_CORE_MIN 101
2117

2218
static const struct iwl_family_base_params iwl_bz_base = {
2319
.num_of_queues = 512,
2420
.max_tfd_queue_size = 65536,
25-
.shadow_ram_support = true,
26-
.led_compensation = 57,
2721
.wd_timeout = IWL_LONG_WD_TIMEOUT,
28-
.max_event_log_size = 512,
2922
.shadow_reg_enable = true,
3023
.pcie_l1_allowed = true,
31-
.smem_offset = IWL_BZ_SMEM_OFFSET,
32-
.smem_len = IWL_BZ_SMEM_LEN,
3324
.apmg_not_supported = true,
3425
.mac_addr_from_csr = 0x30,
3526
.d3_debug_data_base_addr = 0x401000,
@@ -69,7 +60,7 @@ static const struct iwl_family_base_params iwl_bz_base = {
6960
},
7061
.features = IWL_TX_CSUM_NETIF_FLAGS | NETIF_F_RXCSUM,
7162
.ucode_api_max = ENCODE_CORE_AS_API(IWL_BZ_UCODE_CORE_MAX),
72-
.ucode_api_min = IWL_BZ_UCODE_API_MIN,
63+
.ucode_api_min = ENCODE_CORE_AS_API(IWL_BZ_UCODE_CORE_MIN),
7364
};
7465

7566
const struct iwl_mac_cfg iwl_bz_mac_cfg = {

drivers/net/wireless/intel/iwlwifi/cfg/dr.c

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22
/*
3-
* Copyright (C) 2024-2025 Intel Corporation
3+
* Copyright (C) 2024-2026 Intel Corporation
44
*/
55
#include <linux/module.h>
66
#include <linux/stringify.h>
@@ -9,28 +9,19 @@
99
#include "fw/api/txq.h"
1010

1111
/* Highest firmware core release supported */
12-
#define IWL_DR_UCODE_CORE_MAX 102
12+
#define IWL_DR_UCODE_CORE_MAX 105
1313

14-
/* Lowest firmware API version supported */
15-
#define IWL_DR_UCODE_API_MIN 100
16-
17-
/* Memory offsets and lengths */
18-
#define IWL_DR_SMEM_OFFSET 0x400000
19-
#define IWL_DR_SMEM_LEN 0xD0000
14+
/* Lowest firmware core release supported */
15+
#define IWL_DR_UCODE_CORE_MIN 101
2016

2117
#define IWL_DR_A_PE_A_FW_PRE "iwlwifi-dr-a0-pe-a0"
2218

2319
static const struct iwl_family_base_params iwl_dr_base = {
2420
.num_of_queues = 512,
2521
.max_tfd_queue_size = 65536,
26-
.shadow_ram_support = true,
27-
.led_compensation = 57,
2822
.wd_timeout = IWL_LONG_WD_TIMEOUT,
29-
.max_event_log_size = 512,
3023
.shadow_reg_enable = true,
3124
.pcie_l1_allowed = true,
32-
.smem_offset = IWL_DR_SMEM_OFFSET,
33-
.smem_len = IWL_DR_SMEM_LEN,
3425
.apmg_not_supported = true,
3526
.mac_addr_from_csr = 0x30,
3627
.d3_debug_data_base_addr = 0x401000,
@@ -70,7 +61,7 @@ static const struct iwl_family_base_params iwl_dr_base = {
7061
},
7162
.features = IWL_TX_CSUM_NETIF_FLAGS | NETIF_F_RXCSUM,
7263
.ucode_api_max = ENCODE_CORE_AS_API(IWL_DR_UCODE_CORE_MAX),
73-
.ucode_api_min = IWL_DR_UCODE_API_MIN,
64+
.ucode_api_min = ENCODE_CORE_AS_API(IWL_DR_UCODE_CORE_MIN),
7465
};
7566

7667
const struct iwl_mac_cfg iwl_dr_mac_cfg = {

drivers/net/wireless/intel/iwlwifi/cfg/rf-fm.c

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
22
/*
33
* Copyright (C) 2015-2017 Intel Deutschland GmbH
4-
* Copyright (C) 2018-2025 Intel Corporation
4+
* Copyright (C) 2018-2026 Intel Corporation
55
*/
66
#include "iwl-config.h"
77

@@ -11,9 +11,6 @@
1111
#define IWL_GL_B_FM_B_FW_PRE "iwlwifi-gl-b0-fm-b0"
1212
#define IWL_GL_C_FM_C_FW_PRE "iwlwifi-gl-c0-fm-c0"
1313

14-
/* NVM versions */
15-
#define IWL_FM_NVM_VERSION 0x0a1d
16-
1714
#define IWL_DEVICE_FM \
1815
.ht_params = { \
1916
.stbc = true, \
@@ -27,7 +24,6 @@
2724
.uhb_supported = true, \
2825
.eht_supported = true, \
2926
.num_rbds = IWL_NUM_RBDS_EHT, \
30-
.nvm_ver = IWL_FM_NVM_VERSION, \
3127
.nvm_type = IWL_NVM_EXT
3228

3329
const struct iwl_rf_cfg iwl_rf_fm = {
@@ -51,6 +47,8 @@ const char iwl_killer_be1790s_name[] =
5147
"Killer(R) Wi-Fi 7 BE1790s 320MHz Wireless Network Adapter (BE401D2W)";
5248
const char iwl_killer_be1790i_name[] =
5349
"Killer(R) Wi-Fi 7 BE1790i 320MHz Wireless Network Adapter (BE401NGW)";
50+
const char iwl_killer_be1730x_name[] =
51+
"Killer(TM) Wi-Fi 7 BE1730x 160MHz Wireless Network Adapter (BE202)";
5452

5553
const char iwl_be201_name[] = "Intel(R) Wi-Fi 7 BE201 320MHz";
5654
const char iwl_be200_name[] = "Intel(R) Wi-Fi 7 BE200 320MHz";

drivers/net/wireless/intel/iwlwifi/cfg/rf-gf.c

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
/* Lowest firmware API version supported */
1212
#define IWL_GF_UCODE_API_MIN 100
1313

14-
#define IWL_SO_A_GF_A_FW_PRE "iwlwifi-so-a0-gf-a0"
15-
#define IWL_TY_A_GF_A_FW_PRE "iwlwifi-ty-a0-gf-a0"
16-
#define IWL_MA_A_GF_A_FW_PRE "iwlwifi-ma-a0-gf-a0"
17-
#define IWL_MA_B_GF_A_FW_PRE "iwlwifi-ma-b0-gf-a0"
18-
#define IWL_SO_A_GF4_A_FW_PRE "iwlwifi-so-a0-gf4-a0"
19-
#define IWL_MA_A_GF4_A_FW_PRE "iwlwifi-ma-a0-gf4-a0"
20-
#define IWL_MA_B_GF4_A_FW_PRE "iwlwifi-ma-b0-gf4-a0"
2114
#define IWL_BZ_A_GF_A_FW_PRE "iwlwifi-bz-a0-gf-a0"
2215
#define IWL_BZ_A_GF4_A_FW_PRE "iwlwifi-bz-a0-gf4-a0"
2316
#define IWL_SC_A_GF_A_FW_PRE "iwlwifi-sc-a0-gf-a0"
@@ -35,9 +28,6 @@
3528
#define IWL_SC_A_GF4_A_MODULE_FIRMWARE(api) \
3629
IWL_SC_A_GF4_A_FW_PRE "-" __stringify(api) ".ucode"
3730

38-
/* NVM versions */
39-
#define IWL_GF_NVM_VERSION 0x0a1d
40-
4131
const struct iwl_rf_cfg iwl_rf_gf = {
4232
.uhb_supported = true,
4333
.led_mode = IWL_LED_RF_STATE,
@@ -49,7 +39,6 @@ const struct iwl_rf_cfg iwl_rf_gf = {
4939
.ht40_bands = BIT(NL80211_BAND_2GHZ) |
5040
BIT(NL80211_BAND_5GHZ),
5141
},
52-
.nvm_ver = IWL_GF_NVM_VERSION,
5342
.nvm_type = IWL_NVM_EXT,
5443
.num_rbds = IWL_NUM_RBDS_HE,
5544
.ucode_api_min = IWL_GF_UCODE_API_MIN,
@@ -73,12 +62,6 @@ const char iwl_ax210_name[] = "Intel(R) Wi-Fi 6E AX210 160MHz";
7362
const char iwl_ax211_name[] = "Intel(R) Wi-Fi 6E AX211 160MHz";
7463
const char iwl_ax411_name[] = "Intel(R) Wi-Fi 6E AX411 160MHz";
7564

76-
IWL_FW_AND_PNVM(IWL_SO_A_GF_A_FW_PRE, IWL_GF_UCODE_API_MAX);
77-
IWL_FW_AND_PNVM(IWL_TY_A_GF_A_FW_PRE, IWL_GF_UCODE_API_MAX);
78-
IWL_FW_AND_PNVM(IWL_MA_A_GF_A_FW_PRE, IWL_GF_UCODE_API_MAX);
79-
IWL_FW_AND_PNVM(IWL_MA_B_GF_A_FW_PRE, IWL_GF_UCODE_API_MAX);
80-
IWL_FW_AND_PNVM(IWL_MA_A_GF4_A_FW_PRE, IWL_GF_UCODE_API_MAX);
81-
IWL_FW_AND_PNVM(IWL_MA_B_GF4_A_FW_PRE, IWL_GF_UCODE_API_MAX);
8265
MODULE_FIRMWARE(IWL_BZ_A_GF_A_MODULE_FIRMWARE(IWL_GF_UCODE_API_MAX));
8366
MODULE_FIRMWARE(IWL_BZ_A_GF4_A_MODULE_FIRMWARE(IWL_GF_UCODE_API_MAX));
8467
MODULE_FIRMWARE(IWL_SC_A_GF_A_MODULE_FIRMWARE(IWL_GF_UCODE_API_MAX));

0 commit comments

Comments
 (0)