mt76x0: pci: add mt7650 PCI ID
authorLorenzo Bianconi <lorenzo.bianconi@redhat.com>
Wed, 19 Sep 2018 11:42:44 +0000 (13:42 +0200)
committerFelix Fietkau <nbd@nbd.name>
Mon, 1 Oct 2018 10:33:36 +0000 (12:33 +0200)
Add mt7650 PCI id found on ASUS rt-51ac to pci_device_id table

Signed-off-by: Lorenzo Bianconi <lorenzo.bianconi@redhat.com>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt76x0/pci.c

index eb383f9..c5e47bc 100644 (file)
@@ -65,6 +65,7 @@ mt76x0e_remove(struct pci_dev *pdev)
 
 static const struct pci_device_id mt76x0e_device_table[] = {
        { PCI_DEVICE(0x14c3, 0x7630) },
+       { PCI_DEVICE(0x14c3, 0x7650) },
        { },
 };