Skip to content

Commit

Permalink
Add 14c3:7612 device ID
Browse files Browse the repository at this point in the history
MT7602EN chip on SamKnows Whitebox 8 (SK-WB8) hardware reports a device ID of 14c3:7612.

Confirmed working with mt76:

01:00.0 Network controller [0280]: MEDIATEK Corp. Device [14c3:7612]
	Subsystem: MEDIATEK Corp. Device [14c3:7612]
	Kernel driver in use: mt76x2e

root@OpenWrt:~# cat /sys/kernel/debug/ieee80211/phy0/mt76/txpower
Target power: 33
     Delta: -2 -2
       CCK:  3  3  3  3
      OFDM:  3  3  3  3  2  2  2  2
        HT:  3  3  3  3  2  2  2  2  3  3  3  3  2  2  0  0
       VHT:  2  2  2  2  2  2  2  2 -1 -1

Signed-off-by: Felix Fietkau <nbd@openwrt.org>
  • Loading branch information
ndoo authored and Felix Fietkau committed Apr 29, 2016
1 parent 9ecf04c commit 7605d32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mt76x2_pci.c
Expand Up @@ -20,6 +20,7 @@

static const struct pci_device_id mt76pci_device_table[] = {
{ PCI_DEVICE(0x14c3, 0x7662) },
{ PCI_DEVICE(0x14c3, 0x7612) },
{ },
};

Expand Down

0 comments on commit 7605d32

Please sign in to comment.