diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2018-07-17 06:43:56 -0400 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2018-07-25 03:29:29 -0400 |
commit | 0a5257bc6d89c2ae69b9bf955679cb4f89261874 (patch) | |
tree | 500b6194c100edb4aee7ba050d8172f39073c2bd | |
parent | 144fe2bfd236dc814eae587aea7e2af03dbdd755 (diff) |
iwlwifi: add more card IDs for 9000 series
Add new device IDs for the 9000 series.
Cc: stable@vger.kernel.org # 4.14
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/cfg/9000.c | 69 | ||||
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/iwl-config.h | 5 | ||||
-rw-r--r-- | drivers/net/wireless/intel/iwlwifi/pcie/drv.c | 22 |
3 files changed, 96 insertions, 0 deletions
diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/9000.c b/drivers/net/wireless/intel/iwlwifi/cfg/9000.c index e20c30b29c03..c8ea63d02619 100644 --- a/drivers/net/wireless/intel/iwlwifi/cfg/9000.c +++ b/drivers/net/wireless/intel/iwlwifi/cfg/9000.c | |||
@@ -178,6 +178,17 @@ const struct iwl_cfg iwl9260_2ac_cfg = { | |||
178 | .max_ht_ampdu_exponent = IEEE80211_HT_MAX_AMPDU_64K, | 178 | .max_ht_ampdu_exponent = IEEE80211_HT_MAX_AMPDU_64K, |
179 | }; | 179 | }; |
180 | 180 | ||
181 | const struct iwl_cfg iwl9260_killer_2ac_cfg = { | ||
182 | .name = "Killer (R) Wireless-AC 1550 Wireless Network Adapter (9260NGW)", | ||
183 | .fw_name_pre = IWL9260A_FW_PRE, | ||
184 | .fw_name_pre_b_or_c_step = IWL9260B_FW_PRE, | ||
185 | IWL_DEVICE_9000, | ||
186 | .ht_params = &iwl9000_ht_params, | ||
187 | .nvm_ver = IWL9000_NVM_VERSION, | ||
188 | .nvm_calib_ver = IWL9000_TX_POWER_VERSION, | ||
189 | .max_ht_ampdu_exponent = IEEE80211_HT_MAX_AMPDU_64K, | ||
190 | }; | ||
191 | |||
181 | const struct iwl_cfg iwl9270_2ac_cfg = { | 192 | const struct iwl_cfg iwl9270_2ac_cfg = { |
182 | .name = "Intel(R) Dual Band Wireless AC 9270", | 193 | .name = "Intel(R) Dual Band Wireless AC 9270", |
183 | .fw_name_pre = IWL9260A_FW_PRE, | 194 | .fw_name_pre = IWL9260A_FW_PRE, |
@@ -267,6 +278,34 @@ const struct iwl_cfg iwl9560_2ac_cfg_soc = { | |||
267 | .soc_latency = 5000, | 278 | .soc_latency = 5000, |
268 | }; | 279 | }; |
269 | 280 | ||
281 | const struct iwl_cfg iwl9560_killer_2ac_cfg_soc = { | ||
282 | .name = "Killer (R) Wireless-AC 1550i Wireless Network Adapter (9560NGW)", | ||
283 | .fw_name_pre = IWL9000A_FW_PRE, | ||
284 | .fw_name_pre_b_or_c_step = IWL9000B_FW_PRE, | ||
285 | .fw_name_pre_rf_next_step = IWL9000RFB_FW_PRE, | ||
286 | IWL_DEVICE_9000, | ||
287 | .ht_params = &iwl9000_ht_params, | ||
288 | .nvm_ver = IWL9000_NVM_VERSION, | ||
289 | .nvm_calib_ver = IWL9000_TX_POWER_VERSION, | ||
290 | .max_ht_ampdu_exponent = IEEE80211_HT_MAX_AMPDU_64K, | ||
291 | .integrated = true, | ||
292 | .soc_latency = 5000, | ||
293 | }; | ||
294 | |||
295 | const struct iwl_cfg iwl9560_killer_s_2ac_cfg_soc = { | ||
296 | .name = "Killer (R) Wireless-AC 1550s Wireless Network Adapter (9560NGW)", | ||
297 | .fw_name_pre = IWL9000A_FW_PRE, | ||
298 | .fw_name_pre_b_or_c_step = IWL9000B_FW_PRE, | ||
299 | .fw_name_pre_rf_next_step = IWL9000RFB_FW_PRE, | ||
300 | IWL_DEVICE_9000, | ||
301 | .ht_params = &iwl9000_ht_params, | ||
302 | .nvm_ver = IWL9000_NVM_VERSION, | ||
303 | .nvm_calib_ver = IWL9000_TX_POWER_VERSION, | ||
304 | .max_ht_ampdu_exponent = IEEE80211_HT_MAX_AMPDU_64K, | ||
305 | .integrated = true, | ||
306 | .soc_latency = 5000, | ||
307 | }; | ||
308 | |||
270 | const struct iwl_cfg iwl9460_2ac_cfg_shared_clk = { | 309 | const struct iwl_cfg iwl9460_2ac_cfg_shared_clk = { |
271 | .name = "Intel(R) Dual Band Wireless AC 9460", | 310 | .name = "Intel(R) Dual Band Wireless AC 9460", |
272 | .fw_name_pre = IWL9000A_FW_PRE, | 311 | .fw_name_pre = IWL9000A_FW_PRE, |
@@ -327,6 +366,36 @@ const struct iwl_cfg iwl9560_2ac_cfg_shared_clk = { | |||
327 | .extra_phy_cfg_flags = FW_PHY_CFG_SHARED_CLK | 366 | .extra_phy_cfg_flags = FW_PHY_CFG_SHARED_CLK |
328 | }; | 367 | }; |
329 | 368 | ||
369 | const struct iwl_cfg iwl9560_killer_2ac_cfg_shared_clk = { | ||
370 | .name = "Killer (R) Wireless-AC 1550i Wireless Network Adapter (9560NGW)", | ||
371 | .fw_name_pre = IWL9000A_FW_PRE, | ||
372 | .fw_name_pre_b_or_c_step = IWL9000B_FW_PRE, | ||
373 | .fw_name_pre_rf_next_step = IWL9000RFB_FW_PRE, | ||
374 | IWL_DEVICE_9000, | ||
375 | .ht_params = &iwl9000_ht_params, | ||
376 | .nvm_ver = IWL9000_NVM_VERSION, | ||
377 | .nvm_calib_ver = IWL9000_TX_POWER_VERSION, | ||
378 | .max_ht_ampdu_exponent = IEEE80211_HT_MAX_AMPDU_64K, | ||
379 | .integrated = true, | ||
380 | .soc_latency = 5000, | ||
381 | .extra_phy_cfg_flags = FW_PHY_CFG_SHARED_CLK | ||
382 | }; | ||
383 | |||
384 | const struct iwl_cfg iwl9560_killer_s_2ac_cfg_shared_clk = { | ||
385 | .name = "Killer (R) Wireless-AC 1550s Wireless Network Adapter (9560NGW)", | ||
386 | .fw_name_pre = IWL9000A_FW_PRE, | ||
387 | .fw_name_pre_b_or_c_step = IWL9000B_FW_PRE, | ||
388 | .fw_name_pre_rf_next_step = IWL9000RFB_FW_PRE, | ||
389 | IWL_DEVICE_9000, | ||
390 | .ht_params = &iwl9000_ht_params, | ||
391 | .nvm_ver = IWL9000_NVM_VERSION, | ||
392 | .nvm_calib_ver = IWL9000_TX_POWER_VERSION, | ||
393 | .max_ht_ampdu_exponent = IEEE80211_HT_MAX_AMPDU_64K, | ||
394 | .integrated = true, | ||
395 | .soc_latency = 5000, | ||
396 | .extra_phy_cfg_flags = FW_PHY_CFG_SHARED_CLK | ||
397 | }; | ||
398 | |||
330 | MODULE_FIRMWARE(IWL9000A_MODULE_FIRMWARE(IWL9000_UCODE_API_MAX)); | 399 | MODULE_FIRMWARE(IWL9000A_MODULE_FIRMWARE(IWL9000_UCODE_API_MAX)); |
331 | MODULE_FIRMWARE(IWL9000B_MODULE_FIRMWARE(IWL9000_UCODE_API_MAX)); | 400 | MODULE_FIRMWARE(IWL9000B_MODULE_FIRMWARE(IWL9000_UCODE_API_MAX)); |
332 | MODULE_FIRMWARE(IWL9000RFB_MODULE_FIRMWARE(IWL9000_UCODE_API_MAX)); | 401 | MODULE_FIRMWARE(IWL9000RFB_MODULE_FIRMWARE(IWL9000_UCODE_API_MAX)); |
diff --git a/drivers/net/wireless/intel/iwlwifi/iwl-config.h b/drivers/net/wireless/intel/iwlwifi/iwl-config.h index c503b26793f6..84a816809723 100644 --- a/drivers/net/wireless/intel/iwlwifi/iwl-config.h +++ b/drivers/net/wireless/intel/iwlwifi/iwl-config.h | |||
@@ -551,6 +551,7 @@ extern const struct iwl_cfg iwl8275_2ac_cfg; | |||
551 | extern const struct iwl_cfg iwl4165_2ac_cfg; | 551 | extern const struct iwl_cfg iwl4165_2ac_cfg; |
552 | extern const struct iwl_cfg iwl9160_2ac_cfg; | 552 | extern const struct iwl_cfg iwl9160_2ac_cfg; |
553 | extern const struct iwl_cfg iwl9260_2ac_cfg; | 553 | extern const struct iwl_cfg iwl9260_2ac_cfg; |
554 | extern const struct iwl_cfg iwl9260_killer_2ac_cfg; | ||
554 | extern const struct iwl_cfg iwl9270_2ac_cfg; | 555 | extern const struct iwl_cfg iwl9270_2ac_cfg; |
555 | extern const struct iwl_cfg iwl9460_2ac_cfg; | 556 | extern const struct iwl_cfg iwl9460_2ac_cfg; |
556 | extern const struct iwl_cfg iwl9560_2ac_cfg; | 557 | extern const struct iwl_cfg iwl9560_2ac_cfg; |
@@ -558,10 +559,14 @@ extern const struct iwl_cfg iwl9460_2ac_cfg_soc; | |||
558 | extern const struct iwl_cfg iwl9461_2ac_cfg_soc; | 559 | extern const struct iwl_cfg iwl9461_2ac_cfg_soc; |
559 | extern const struct iwl_cfg iwl9462_2ac_cfg_soc; | 560 | extern const struct iwl_cfg iwl9462_2ac_cfg_soc; |
560 | extern const struct iwl_cfg iwl9560_2ac_cfg_soc; | 561 | extern const struct iwl_cfg iwl9560_2ac_cfg_soc; |
562 | extern const struct iwl_cfg iwl9560_killer_2ac_cfg_soc; | ||
563 | extern const struct iwl_cfg iwl9560_killer_s_2ac_cfg_soc; | ||
561 | extern const struct iwl_cfg iwl9460_2ac_cfg_shared_clk; | 564 | extern const struct iwl_cfg iwl9460_2ac_cfg_shared_clk; |
562 | extern const struct iwl_cfg iwl9461_2ac_cfg_shared_clk; | 565 | extern const struct iwl_cfg iwl9461_2ac_cfg_shared_clk; |
563 | extern const struct iwl_cfg iwl9462_2ac_cfg_shared_clk; | 566 | extern const struct iwl_cfg iwl9462_2ac_cfg_shared_clk; |
564 | extern const struct iwl_cfg iwl9560_2ac_cfg_shared_clk; | 567 | extern const struct iwl_cfg iwl9560_2ac_cfg_shared_clk; |
568 | extern const struct iwl_cfg iwl9560_killer_2ac_cfg_shared_clk; | ||
569 | extern const struct iwl_cfg iwl9560_killer_s_2ac_cfg_shared_clk; | ||
565 | extern const struct iwl_cfg iwl22000_2ac_cfg_hr; | 570 | extern const struct iwl_cfg iwl22000_2ac_cfg_hr; |
566 | extern const struct iwl_cfg iwl22000_2ac_cfg_hr_cdb; | 571 | extern const struct iwl_cfg iwl22000_2ac_cfg_hr_cdb; |
567 | extern const struct iwl_cfg iwl22000_2ac_cfg_jf; | 572 | extern const struct iwl_cfg iwl22000_2ac_cfg_jf; |
diff --git a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c index 38234bda9017..8520523b91b4 100644 --- a/drivers/net/wireless/intel/iwlwifi/pcie/drv.c +++ b/drivers/net/wireless/intel/iwlwifi/pcie/drv.c | |||
@@ -545,6 +545,9 @@ static const struct pci_device_id iwl_hw_card_ids[] = { | |||
545 | {IWL_PCI_DEVICE(0x2526, 0x1210, iwl9260_2ac_cfg)}, | 545 | {IWL_PCI_DEVICE(0x2526, 0x1210, iwl9260_2ac_cfg)}, |
546 | {IWL_PCI_DEVICE(0x2526, 0x1410, iwl9270_2ac_cfg)}, | 546 | {IWL_PCI_DEVICE(0x2526, 0x1410, iwl9270_2ac_cfg)}, |
547 | {IWL_PCI_DEVICE(0x2526, 0x1420, iwl9460_2ac_cfg_soc)}, | 547 | {IWL_PCI_DEVICE(0x2526, 0x1420, iwl9460_2ac_cfg_soc)}, |
548 | {IWL_PCI_DEVICE(0x2526, 0x1550, iwl9260_killer_2ac_cfg)}, | ||
549 | {IWL_PCI_DEVICE(0x2526, 0x1551, iwl9560_killer_s_2ac_cfg_soc)}, | ||
550 | {IWL_PCI_DEVICE(0x2526, 0x1552, iwl9560_killer_2ac_cfg_soc)}, | ||
548 | {IWL_PCI_DEVICE(0x2526, 0x1610, iwl9270_2ac_cfg)}, | 551 | {IWL_PCI_DEVICE(0x2526, 0x1610, iwl9270_2ac_cfg)}, |
549 | {IWL_PCI_DEVICE(0x2526, 0x2030, iwl9560_2ac_cfg_soc)}, | 552 | {IWL_PCI_DEVICE(0x2526, 0x2030, iwl9560_2ac_cfg_soc)}, |
550 | {IWL_PCI_DEVICE(0x2526, 0x2034, iwl9560_2ac_cfg_soc)}, | 553 | {IWL_PCI_DEVICE(0x2526, 0x2034, iwl9560_2ac_cfg_soc)}, |
@@ -554,6 +557,7 @@ static const struct pci_device_id iwl_hw_card_ids[] = { | |||
554 | {IWL_PCI_DEVICE(0x2526, 0x40A4, iwl9460_2ac_cfg)}, | 557 | {IWL_PCI_DEVICE(0x2526, 0x40A4, iwl9460_2ac_cfg)}, |
555 | {IWL_PCI_DEVICE(0x2526, 0x4234, iwl9560_2ac_cfg_soc)}, | 558 | {IWL_PCI_DEVICE(0x2526, 0x4234, iwl9560_2ac_cfg_soc)}, |
556 | {IWL_PCI_DEVICE(0x2526, 0x42A4, iwl9462_2ac_cfg_soc)}, | 559 | {IWL_PCI_DEVICE(0x2526, 0x42A4, iwl9462_2ac_cfg_soc)}, |
560 | {IWL_PCI_DEVICE(0x2526, 0x8014, iwl9260_2ac_cfg)}, | ||
557 | {IWL_PCI_DEVICE(0x2526, 0xA014, iwl9260_2ac_cfg)}, | 561 | {IWL_PCI_DEVICE(0x2526, 0xA014, iwl9260_2ac_cfg)}, |
558 | {IWL_PCI_DEVICE(0x271B, 0x0010, iwl9160_2ac_cfg)}, | 562 | {IWL_PCI_DEVICE(0x271B, 0x0010, iwl9160_2ac_cfg)}, |
559 | {IWL_PCI_DEVICE(0x271B, 0x0014, iwl9160_2ac_cfg)}, | 563 | {IWL_PCI_DEVICE(0x271B, 0x0014, iwl9160_2ac_cfg)}, |
@@ -578,6 +582,8 @@ static const struct pci_device_id iwl_hw_card_ids[] = { | |||
578 | {IWL_PCI_DEVICE(0x2720, 0x1010, iwl9260_2ac_cfg)}, | 582 | {IWL_PCI_DEVICE(0x2720, 0x1010, iwl9260_2ac_cfg)}, |
579 | {IWL_PCI_DEVICE(0x2720, 0x1030, iwl9560_2ac_cfg_soc)}, | 583 | {IWL_PCI_DEVICE(0x2720, 0x1030, iwl9560_2ac_cfg_soc)}, |
580 | {IWL_PCI_DEVICE(0x2720, 0x1210, iwl9260_2ac_cfg)}, | 584 | {IWL_PCI_DEVICE(0x2720, 0x1210, iwl9260_2ac_cfg)}, |
585 | {IWL_PCI_DEVICE(0x2720, 0x1551, iwl9560_killer_s_2ac_cfg_soc)}, | ||
586 | {IWL_PCI_DEVICE(0x2720, 0x1552, iwl9560_killer_2ac_cfg_soc)}, | ||
581 | {IWL_PCI_DEVICE(0x2720, 0x2030, iwl9560_2ac_cfg_soc)}, | 587 | {IWL_PCI_DEVICE(0x2720, 0x2030, iwl9560_2ac_cfg_soc)}, |
582 | {IWL_PCI_DEVICE(0x2720, 0x2034, iwl9560_2ac_cfg_soc)}, | 588 | {IWL_PCI_DEVICE(0x2720, 0x2034, iwl9560_2ac_cfg_soc)}, |
583 | {IWL_PCI_DEVICE(0x2720, 0x4030, iwl9560_2ac_cfg)}, | 589 | {IWL_PCI_DEVICE(0x2720, 0x4030, iwl9560_2ac_cfg)}, |
@@ -604,6 +610,8 @@ static const struct pci_device_id iwl_hw_card_ids[] = { | |||
604 | {IWL_PCI_DEVICE(0x30DC, 0x1010, iwl9260_2ac_cfg)}, | 610 | {IWL_PCI_DEVICE(0x30DC, 0x1010, iwl9260_2ac_cfg)}, |
605 | {IWL_PCI_DEVICE(0x30DC, 0x1030, iwl9560_2ac_cfg_soc)}, | 611 | {IWL_PCI_DEVICE(0x30DC, 0x1030, iwl9560_2ac_cfg_soc)}, |
606 | {IWL_PCI_DEVICE(0x30DC, 0x1210, iwl9260_2ac_cfg)}, | 612 | {IWL_PCI_DEVICE(0x30DC, 0x1210, iwl9260_2ac_cfg)}, |
613 | {IWL_PCI_DEVICE(0x30DC, 0x1551, iwl9560_killer_s_2ac_cfg_soc)}, | ||
614 | {IWL_PCI_DEVICE(0x30DC, 0x1552, iwl9560_killer_2ac_cfg_soc)}, | ||
607 | {IWL_PCI_DEVICE(0x30DC, 0x2030, iwl9560_2ac_cfg_soc)}, | 615 | {IWL_PCI_DEVICE(0x30DC, 0x2030, iwl9560_2ac_cfg_soc)}, |
608 | {IWL_PCI_DEVICE(0x30DC, 0x2034, iwl9560_2ac_cfg_soc)}, | 616 | {IWL_PCI_DEVICE(0x30DC, 0x2034, iwl9560_2ac_cfg_soc)}, |
609 | {IWL_PCI_DEVICE(0x30DC, 0x4030, iwl9560_2ac_cfg_soc)}, | 617 | {IWL_PCI_DEVICE(0x30DC, 0x4030, iwl9560_2ac_cfg_soc)}, |
@@ -630,6 +638,8 @@ static const struct pci_device_id iwl_hw_card_ids[] = { | |||
630 | {IWL_PCI_DEVICE(0x31DC, 0x1010, iwl9260_2ac_cfg)}, | 638 | {IWL_PCI_DEVICE(0x31DC, 0x1010, iwl9260_2ac_cfg)}, |
631 | {IWL_PCI_DEVICE(0x31DC, 0x1030, iwl9560_2ac_cfg_shared_clk)}, | 639 | {IWL_PCI_DEVICE(0x31DC, 0x1030, iwl9560_2ac_cfg_shared_clk)}, |
632 | {IWL_PCI_DEVICE(0x31DC, 0x1210, iwl9260_2ac_cfg)}, | 640 | {IWL_PCI_DEVICE(0x31DC, 0x1210, iwl9260_2ac_cfg)}, |
641 | {IWL_PCI_DEVICE(0x31DC, 0x1551, iwl9560_killer_s_2ac_cfg_shared_clk)}, | ||
642 | {IWL_PCI_DEVICE(0x31DC, 0x1552, iwl9560_killer_2ac_cfg_shared_clk)}, | ||
633 | {IWL_PCI_DEVICE(0x31DC, 0x2030, iwl9560_2ac_cfg_shared_clk)}, | 643 | {IWL_PCI_DEVICE(0x31DC, 0x2030, iwl9560_2ac_cfg_shared_clk)}, |
634 | {IWL_PCI_DEVICE(0x31DC, 0x2034, iwl9560_2ac_cfg_shared_clk)}, | 644 | {IWL_PCI_DEVICE(0x31DC, 0x2034, iwl9560_2ac_cfg_shared_clk)}, |
635 | {IWL_PCI_DEVICE(0x31DC, 0x4030, iwl9560_2ac_cfg_shared_clk)}, | 645 | {IWL_PCI_DEVICE(0x31DC, 0x4030, iwl9560_2ac_cfg_shared_clk)}, |
@@ -656,6 +666,8 @@ static const struct pci_device_id iwl_hw_card_ids[] = { | |||
656 | {IWL_PCI_DEVICE(0x34F0, 0x1010, iwl9260_2ac_cfg)}, | 666 | {IWL_PCI_DEVICE(0x34F0, 0x1010, iwl9260_2ac_cfg)}, |
657 | {IWL_PCI_DEVICE(0x34F0, 0x1030, iwl9560_2ac_cfg_soc)}, | 667 | {IWL_PCI_DEVICE(0x34F0, 0x1030, iwl9560_2ac_cfg_soc)}, |
658 | {IWL_PCI_DEVICE(0x34F0, 0x1210, iwl9260_2ac_cfg)}, | 668 | {IWL_PCI_DEVICE(0x34F0, 0x1210, iwl9260_2ac_cfg)}, |
669 | {IWL_PCI_DEVICE(0x34F0, 0x1551, iwl9560_killer_s_2ac_cfg_soc)}, | ||
670 | {IWL_PCI_DEVICE(0x34F0, 0x1552, iwl9560_killer_2ac_cfg_soc)}, | ||
659 | {IWL_PCI_DEVICE(0x34F0, 0x2030, iwl9560_2ac_cfg_soc)}, | 671 | {IWL_PCI_DEVICE(0x34F0, 0x2030, iwl9560_2ac_cfg_soc)}, |
660 | {IWL_PCI_DEVICE(0x34F0, 0x2034, iwl9560_2ac_cfg_soc)}, | 672 | {IWL_PCI_DEVICE(0x34F0, 0x2034, iwl9560_2ac_cfg_soc)}, |
661 | {IWL_PCI_DEVICE(0x34F0, 0x4030, iwl9560_2ac_cfg_soc)}, | 673 | {IWL_PCI_DEVICE(0x34F0, 0x4030, iwl9560_2ac_cfg_soc)}, |
@@ -682,6 +694,8 @@ static const struct pci_device_id iwl_hw_card_ids[] = { | |||
682 | {IWL_PCI_DEVICE(0x3DF0, 0x1010, iwl9260_2ac_cfg)}, | 694 | {IWL_PCI_DEVICE(0x3DF0, 0x1010, iwl9260_2ac_cfg)}, |
683 | {IWL_PCI_DEVICE(0x3DF0, 0x1030, iwl9560_2ac_cfg_soc)}, | 695 | {IWL_PCI_DEVICE(0x3DF0, 0x1030, iwl9560_2ac_cfg_soc)}, |
684 | {IWL_PCI_DEVICE(0x3DF0, 0x1210, iwl9260_2ac_cfg)}, | 696 | {IWL_PCI_DEVICE(0x3DF0, 0x1210, iwl9260_2ac_cfg)}, |
697 | {IWL_PCI_DEVICE(0x3DF0, 0x1551, iwl9560_killer_s_2ac_cfg_soc)}, | ||
698 | {IWL_PCI_DEVICE(0x3DF0, 0x1552, iwl9560_killer_2ac_cfg_soc)}, | ||
685 | {IWL_PCI_DEVICE(0x3DF0, 0x2030, iwl9560_2ac_cfg_soc)}, | 699 | {IWL_PCI_DEVICE(0x3DF0, 0x2030, iwl9560_2ac_cfg_soc)}, |
686 | {IWL_PCI_DEVICE(0x3DF0, 0x2034, iwl9560_2ac_cfg_soc)}, | 700 | {IWL_PCI_DEVICE(0x3DF0, 0x2034, iwl9560_2ac_cfg_soc)}, |
687 | {IWL_PCI_DEVICE(0x3DF0, 0x4030, iwl9560_2ac_cfg_soc)}, | 701 | {IWL_PCI_DEVICE(0x3DF0, 0x4030, iwl9560_2ac_cfg_soc)}, |
@@ -708,6 +722,8 @@ static const struct pci_device_id iwl_hw_card_ids[] = { | |||
708 | {IWL_PCI_DEVICE(0x43F0, 0x1010, iwl9260_2ac_cfg)}, | 722 | {IWL_PCI_DEVICE(0x43F0, 0x1010, iwl9260_2ac_cfg)}, |
709 | {IWL_PCI_DEVICE(0x43F0, 0x1030, iwl9560_2ac_cfg_soc)}, | 723 | {IWL_PCI_DEVICE(0x43F0, 0x1030, iwl9560_2ac_cfg_soc)}, |
710 | {IWL_PCI_DEVICE(0x43F0, 0x1210, iwl9260_2ac_cfg)}, | 724 | {IWL_PCI_DEVICE(0x43F0, 0x1210, iwl9260_2ac_cfg)}, |
725 | {IWL_PCI_DEVICE(0x43F0, 0x1551, iwl9560_killer_s_2ac_cfg_soc)}, | ||
726 | {IWL_PCI_DEVICE(0x43F0, 0x1552, iwl9560_killer_2ac_cfg_soc)}, | ||
711 | {IWL_PCI_DEVICE(0x43F0, 0x2030, iwl9560_2ac_cfg_soc)}, | 727 | {IWL_PCI_DEVICE(0x43F0, 0x2030, iwl9560_2ac_cfg_soc)}, |
712 | {IWL_PCI_DEVICE(0x43F0, 0x2034, iwl9560_2ac_cfg_soc)}, | 728 | {IWL_PCI_DEVICE(0x43F0, 0x2034, iwl9560_2ac_cfg_soc)}, |
713 | {IWL_PCI_DEVICE(0x43F0, 0x4030, iwl9560_2ac_cfg_soc)}, | 729 | {IWL_PCI_DEVICE(0x43F0, 0x4030, iwl9560_2ac_cfg_soc)}, |
@@ -743,6 +759,8 @@ static const struct pci_device_id iwl_hw_card_ids[] = { | |||
743 | {IWL_PCI_DEVICE(0x9DF0, 0x1010, iwl9260_2ac_cfg)}, | 759 | {IWL_PCI_DEVICE(0x9DF0, 0x1010, iwl9260_2ac_cfg)}, |
744 | {IWL_PCI_DEVICE(0x9DF0, 0x1030, iwl9560_2ac_cfg_soc)}, | 760 | {IWL_PCI_DEVICE(0x9DF0, 0x1030, iwl9560_2ac_cfg_soc)}, |
745 | {IWL_PCI_DEVICE(0x9DF0, 0x1210, iwl9260_2ac_cfg)}, | 761 | {IWL_PCI_DEVICE(0x9DF0, 0x1210, iwl9260_2ac_cfg)}, |
762 | {IWL_PCI_DEVICE(0x9DF0, 0x1551, iwl9560_killer_s_2ac_cfg_soc)}, | ||
763 | {IWL_PCI_DEVICE(0x9DF0, 0x1552, iwl9560_killer_2ac_cfg_soc)}, | ||
746 | {IWL_PCI_DEVICE(0x9DF0, 0x2010, iwl9460_2ac_cfg_soc)}, | 764 | {IWL_PCI_DEVICE(0x9DF0, 0x2010, iwl9460_2ac_cfg_soc)}, |
747 | {IWL_PCI_DEVICE(0x9DF0, 0x2030, iwl9560_2ac_cfg_soc)}, | 765 | {IWL_PCI_DEVICE(0x9DF0, 0x2030, iwl9560_2ac_cfg_soc)}, |
748 | {IWL_PCI_DEVICE(0x9DF0, 0x2034, iwl9560_2ac_cfg_soc)}, | 766 | {IWL_PCI_DEVICE(0x9DF0, 0x2034, iwl9560_2ac_cfg_soc)}, |
@@ -771,6 +789,8 @@ static const struct pci_device_id iwl_hw_card_ids[] = { | |||
771 | {IWL_PCI_DEVICE(0xA0F0, 0x1010, iwl9260_2ac_cfg)}, | 789 | {IWL_PCI_DEVICE(0xA0F0, 0x1010, iwl9260_2ac_cfg)}, |
772 | {IWL_PCI_DEVICE(0xA0F0, 0x1030, iwl9560_2ac_cfg_soc)}, | 790 | {IWL_PCI_DEVICE(0xA0F0, 0x1030, iwl9560_2ac_cfg_soc)}, |
773 | {IWL_PCI_DEVICE(0xA0F0, 0x1210, iwl9260_2ac_cfg)}, | 791 | {IWL_PCI_DEVICE(0xA0F0, 0x1210, iwl9260_2ac_cfg)}, |
792 | {IWL_PCI_DEVICE(0xA0F0, 0x1551, iwl9560_killer_s_2ac_cfg_soc)}, | ||
793 | {IWL_PCI_DEVICE(0xA0F0, 0x1552, iwl9560_killer_2ac_cfg_soc)}, | ||
774 | {IWL_PCI_DEVICE(0xA0F0, 0x2030, iwl9560_2ac_cfg_soc)}, | 794 | {IWL_PCI_DEVICE(0xA0F0, 0x2030, iwl9560_2ac_cfg_soc)}, |
775 | {IWL_PCI_DEVICE(0xA0F0, 0x2034, iwl9560_2ac_cfg_soc)}, | 795 | {IWL_PCI_DEVICE(0xA0F0, 0x2034, iwl9560_2ac_cfg_soc)}, |
776 | {IWL_PCI_DEVICE(0xA0F0, 0x4030, iwl9560_2ac_cfg_soc)}, | 796 | {IWL_PCI_DEVICE(0xA0F0, 0x4030, iwl9560_2ac_cfg_soc)}, |
@@ -797,6 +817,8 @@ static const struct pci_device_id iwl_hw_card_ids[] = { | |||
797 | {IWL_PCI_DEVICE(0xA370, 0x1010, iwl9260_2ac_cfg)}, | 817 | {IWL_PCI_DEVICE(0xA370, 0x1010, iwl9260_2ac_cfg)}, |
798 | {IWL_PCI_DEVICE(0xA370, 0x1030, iwl9560_2ac_cfg_soc)}, | 818 | {IWL_PCI_DEVICE(0xA370, 0x1030, iwl9560_2ac_cfg_soc)}, |
799 | {IWL_PCI_DEVICE(0xA370, 0x1210, iwl9260_2ac_cfg)}, | 819 | {IWL_PCI_DEVICE(0xA370, 0x1210, iwl9260_2ac_cfg)}, |
820 | {IWL_PCI_DEVICE(0xA370, 0x1551, iwl9560_killer_s_2ac_cfg_soc)}, | ||
821 | {IWL_PCI_DEVICE(0xA370, 0x1552, iwl9560_killer_2ac_cfg_soc)}, | ||
800 | {IWL_PCI_DEVICE(0xA370, 0x2030, iwl9560_2ac_cfg_soc)}, | 822 | {IWL_PCI_DEVICE(0xA370, 0x2030, iwl9560_2ac_cfg_soc)}, |
801 | {IWL_PCI_DEVICE(0xA370, 0x2034, iwl9560_2ac_cfg_soc)}, | 823 | {IWL_PCI_DEVICE(0xA370, 0x2034, iwl9560_2ac_cfg_soc)}, |
802 | {IWL_PCI_DEVICE(0xA370, 0x4030, iwl9560_2ac_cfg_soc)}, | 824 | {IWL_PCI_DEVICE(0xA370, 0x4030, iwl9560_2ac_cfg_soc)}, |