mt76: mt7921: add support for PCIe ID 0x0608/0x0616
authorDeren Wu <deren.wu@mediatek.com>
Sun, 14 Nov 2021 02:46:57 +0000 (10:46 +0800)
committerFelix Fietkau <nbd@nbd.name>
Sat, 18 Dec 2021 10:47:57 +0000 (11:47 +0100)
New mt7921 serials chip support

Signed-off-by: Deren Wu <deren.wu@mediatek.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7921/pci.c

index 305b63f..0cff7c0 100644 (file)
@@ -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) },
        { },
 };