[I/J/OEM-5.13/OEM-5.14][PATCH 2/5] mt76: mt7921: add support for PCIe ID 0x0608/0x0616
Aaron Ma
aaron.ma at canonical.com
Mon Jan 17 16:19:14 UTC 2022
From: Deren Wu <deren.wu at mediatek.com>
BugLink: https://bugs.launchpad.net/bugs/1958151
New mt7921 serials chip support
Signed-off-by: Deren Wu <deren.wu at mediatek.com>
Signed-off-by: Felix Fietkau <nbd at nbd.name>
(cherry picked from commit f395d41f2a0343fa9d989d8f53e5640329554dd8)
Signed-off-by: Aaron Ma <aaron.ma at canonical.com>
---
drivers/net/wireless/mediatek/mt76/mt7921/pci.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/net/wireless/mediatek/mt76/mt7921/pci.c b/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
index 2f04fe06f2230..37347b7ea55f1 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7921/pci.c
@@ -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) },
{ },
};
--
2.30.2
More information about the kernel-team
mailing list