Skip to content

Commit 2d3d31b

Browse files
haimdreyfussegrumbach
authored andcommitted
iwlwifi: 9000: update device id and FW serial number
Update device id and FW serial number for 2X2 antenna devices in 9000 generation product. These will not be available on the market in the coming year. Signed-off-by: Haim Dreyfuss <[email protected]> Signed-off-by: Emmanuel Grumbach <[email protected]>
1 parent 11dee0b commit 2d3d31b

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

drivers/net/wireless/intel/iwlwifi/iwl-9000.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* GPL LICENSE SUMMARY
77
*
8-
* Copyright(c) 2015 Intel Deutschland GmbH
8+
* Copyright(c) 2015-2016 Intel Deutschland GmbH
99
*
1010
* This program is free software; you can redistribute it and/or modify
1111
* it under the terms of version 2 of the GNU General Public License as
@@ -18,7 +18,7 @@
1818
*
1919
* BSD LICENSE
2020
*
21-
* Copyright(c) 2015 Intel Deutschland GmbH
21+
* Copyright(c) 2015-2016 Intel Deutschland GmbH
2222
* All rights reserved.
2323
*
2424
* Redistribution and use in source and binary forms, with or without
@@ -143,8 +143,8 @@ static const struct iwl_tt_params iwl9000_tt_params = {
143143
.vht_mu_mimo_supported = true, \
144144
.mac_addr_from_csr = true
145145

146-
const struct iwl_cfg iwl9260_2ac_cfg = {
147-
.name = "Intel(R) Dual Band Wireless AC 9260",
146+
const struct iwl_cfg iwl9560_2ac_cfg = {
147+
.name = "Intel(R) Dual Band Wireless AC 9560",
148148
.fw_name_pre = IWL9000_FW_PRE,
149149
IWL_DEVICE_9000,
150150
.ht_params = &iwl9000_ht_params,

drivers/net/wireless/intel/iwlwifi/iwl-config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,7 @@ extern const struct iwl_cfg iwl8265_2ac_cfg;
439439
extern const struct iwl_cfg iwl4165_2ac_cfg;
440440
extern const struct iwl_cfg iwl8260_2ac_sdio_cfg;
441441
extern const struct iwl_cfg iwl4165_2ac_sdio_cfg;
442-
extern const struct iwl_cfg iwl9260_2ac_cfg;
442+
extern const struct iwl_cfg iwl9560_2ac_cfg;
443443
extern const struct iwl_cfg iwl5165_2ac_cfg;
444444
#endif /* CONFIG_IWLMVM */
445445

drivers/net/wireless/intel/iwlwifi/pcie/drv.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -485,15 +485,15 @@ static const struct pci_device_id iwl_hw_card_ids[] = {
485485
/* 9000 Series */
486486
{IWL_PCI_DEVICE(0x9DF0, 0x2A10, iwl5165_2ac_cfg)},
487487
{IWL_PCI_DEVICE(0x9DF0, 0x2010, iwl5165_2ac_cfg)},
488-
{IWL_PCI_DEVICE(0x9DF0, 0x0A10, iwl9260_2ac_cfg)},
489-
{IWL_PCI_DEVICE(0x9DF0, 0x0010, iwl9260_2ac_cfg)},
488+
{IWL_PCI_DEVICE(0x2526, 0x0A10, iwl9560_2ac_cfg)},
489+
{IWL_PCI_DEVICE(0x2526, 0x0010, iwl9560_2ac_cfg)},
490490
{IWL_PCI_DEVICE(0x9DF0, 0x0000, iwl5165_2ac_cfg)},
491491
{IWL_PCI_DEVICE(0x9DF0, 0x0310, iwl5165_2ac_cfg)},
492492
{IWL_PCI_DEVICE(0x9DF0, 0x0510, iwl5165_2ac_cfg)},
493493
{IWL_PCI_DEVICE(0x9DF0, 0x0710, iwl5165_2ac_cfg)},
494-
{IWL_PCI_DEVICE(0x9DF0, 0x0210, iwl9260_2ac_cfg)},
495-
{IWL_PCI_DEVICE(0x9DF0, 0x0410, iwl9260_2ac_cfg)},
496-
{IWL_PCI_DEVICE(0x9DF0, 0x0610, iwl9260_2ac_cfg)},
494+
{IWL_PCI_DEVICE(0x2526, 0x0210, iwl9560_2ac_cfg)},
495+
{IWL_PCI_DEVICE(0x2526, 0x0410, iwl9560_2ac_cfg)},
496+
{IWL_PCI_DEVICE(0x2526, 0x0610, iwl9560_2ac_cfg)},
497497
#endif /* CONFIG_IWLMVM */
498498

499499
{0}

0 commit comments

Comments
 (0)