]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
UBUNTU: SAUCE: iwlwifi: add new pci id for 6235
authorAlex Hung <alex.hung@canonical.com>
Sat, 22 May 2021 00:12:03 +0000 (18:12 -0600)
committerAndrea Righi <andrea.righi@canonical.com>
Thu, 9 Mar 2023 14:57:28 +0000 (15:57 +0100)
lspci output:
Network controller [0280]: Intel Corporation Centrino Advanced-N6235
 [8086:088f] (rev 24)
 Subsystem: Intel Corporation Centrino Advanced-N 6235 [8086:526a]

BugLink: https://bugs.launchpad.net/bugs/1920180
Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Paolo Pisati <paolo.pisati@canonical.com>
drivers/net/wireless/intel/iwlwifi/pcie/drv.c

index 99768d6a6032204acebb7c7a83cc0a6dc305bd85..a89118550bdcc0d8fcbbe5f678ba071cf07cbde8 100644 (file)
@@ -210,6 +210,7 @@ static const struct pci_device_id iwl_hw_card_ids[] = {
        {IWL_PCI_DEVICE(0x088E, 0x446A, iwl6035_2agn_sff_cfg)},
        {IWL_PCI_DEVICE(0x088E, 0x4860, iwl6035_2agn_cfg)},
        {IWL_PCI_DEVICE(0x088F, 0x5260, iwl6035_2agn_cfg)},
+       {IWL_PCI_DEVICE(0x088F, 0x526A, iwl6035_2agn_cfg)},
 
 /* 105 Series */
        {IWL_PCI_DEVICE(0x0894, 0x0022, iwl105_bgn_cfg)},