Skip to content

Commit 132fee0

Browse files
OrenGivonegrumbach
authored andcommitted
iwlwifi: add new 3165 series PCI IDs
Add new 3165 PCI IDs for new 1x1 cards. Signed-off-by: Oren Givon <[email protected]> Signed-off-by: Emmanuel Grumbach <[email protected]>
1 parent dcbc17a commit 132fee0

File tree

1 file changed

+4
-2
lines changed
  • drivers/net/wireless/iwlwifi/pcie

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,10 +368,12 @@ static const struct pci_device_id iwl_hw_card_ids[] = {
368368
/* 3165 Series */
369369
{IWL_PCI_DEVICE(0x3165, 0x4010, iwl3165_2ac_cfg)},
370370
{IWL_PCI_DEVICE(0x3165, 0x4012, iwl3165_2ac_cfg)},
371-
{IWL_PCI_DEVICE(0x3165, 0x4110, iwl3165_2ac_cfg)},
372-
{IWL_PCI_DEVICE(0x3165, 0x4210, iwl3165_2ac_cfg)},
373371
{IWL_PCI_DEVICE(0x3165, 0x4410, iwl3165_2ac_cfg)},
374372
{IWL_PCI_DEVICE(0x3165, 0x4510, iwl3165_2ac_cfg)},
373+
{IWL_PCI_DEVICE(0x3165, 0x4110, iwl3165_2ac_cfg)},
374+
{IWL_PCI_DEVICE(0x3166, 0x4310, iwl3165_2ac_cfg)},
375+
{IWL_PCI_DEVICE(0x3166, 0x4210, iwl3165_2ac_cfg)},
376+
{IWL_PCI_DEVICE(0x3165, 0x8010, iwl3165_2ac_cfg)},
375377

376378
/* 7265 Series */
377379
{IWL_PCI_DEVICE(0x095A, 0x5010, iwl7265_2ac_cfg)},

0 commit comments

Comments
 (0)