Skip to content

Commit

Permalink
iwm(4): Add support for Intel Killer(R) Wireless-AC 1550i
Browse files Browse the repository at this point in the history
PR:		252578
Submitted by:	shu <ankohuu@outlook.com>
MFC after:	1 week
  • Loading branch information
markjdb committed Jan 14, 2021
1 parent a67522b commit 90cc870
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys/dev/iwm/if_iwm.c
Expand Up @@ -5878,6 +5878,7 @@ iwm_intr(void *arg)
#define PCI_PRODUCT_INTEL_WL_8265_1 0x24fd
#define PCI_PRODUCT_INTEL_WL_9560_1 0x9df0
#define PCI_PRODUCT_INTEL_WL_9560_2 0xa370
#define PCI_PRODUCT_INTEL_WL_9560_3 0x31dc
#define PCI_PRODUCT_INTEL_WL_9260_1 0x2526

static const struct iwm_devices {
Expand All @@ -5898,6 +5899,7 @@ static const struct iwm_devices {
{ PCI_PRODUCT_INTEL_WL_8265_1, &iwm8265_cfg },
{ PCI_PRODUCT_INTEL_WL_9560_1, &iwm9560_cfg },
{ PCI_PRODUCT_INTEL_WL_9560_2, &iwm9560_cfg },
{ PCI_PRODUCT_INTEL_WL_9560_3, &iwm9560_cfg },
{ PCI_PRODUCT_INTEL_WL_9260_1, &iwm9260_cfg },
};

Expand Down

0 comments on commit 90cc870

Please sign in to comment.