Skip to content

Commit

Permalink
mt76: mt7921: add support for PCIe ID 0x0608/0x0616
Browse files Browse the repository at this point in the history
New mt7921 serials chip support

Signed-off-by: Deren Wu <deren.wu@mediatek.com>
  • Loading branch information
deren authored and xanmod committed Jan 12, 2022
1 parent 08e0b98 commit 37c65fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/net/wireless/mediatek/mt76/mt7921/pci.c
Expand Up @@ -15,6 +15,8 @@
static const struct pci_device_id mt7921_pci_device_table[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7961) },
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x7922) },
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0608) },
{ PCI_DEVICE(PCI_VENDOR_ID_MEDIATEK, 0x0616) },
{ },
};

Expand Down

0 comments on commit 37c65fd

Please sign in to comment.