Skip to content

Commit

Permalink
mt76x2: Add PCI identifier for MT7602
Browse files Browse the repository at this point in the history
MT7602 is also available as a PCI card, so add the missing identifier.

Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com>
  • Loading branch information
kristrev authored and nbd168 committed Nov 1, 2017
1 parent 8ea8da3 commit ded88cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mt76x2_pci.c
Expand Up @@ -24,6 +24,7 @@
static const struct pci_device_id mt76pci_device_table[] = {
{ PCI_DEVICE(0x14c3, 0x7662) },
{ PCI_DEVICE(0x14c3, 0x7612) },
{ PCI_DEVICE(0x14c3, 0x7602) },
{ },
};

Expand Down

0 comments on commit ded88cd

Please sign in to comment.