Skip to content

Commit eec7aaf

Browse files
Icenowyvijay-suman
authored andcommitted
wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table
[ Upstream commit 06cccc2ebbe6c8a20f714f3a0ff3ff489d3004bb ] The TP-Link TL-WDN6200 "Driverless" version cards use a MT7612U chipset. Add the USB ID to mt76x2u driver. Signed-off-by: Icenowy Zheng <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Felix Fietkau <[email protected]> Signed-off-by: Sasha Levin <[email protected]> (cherry picked from commit 5a194041bffd7ab3dee51ae7fc868bbb0d1421cb) Signed-off-by: Vijayendra Suman <[email protected]>
1 parent f026a80 commit eec7aaf

File tree

1 file changed

+1
-0
lines changed
  • drivers/net/wireless/mediatek/mt76/mt76x2

1 file changed

+1
-0
lines changed

drivers/net/wireless/mediatek/mt76/mt76x2/usb.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ static const struct usb_device_id mt76x2u_device_table[] = {
2121
{ USB_DEVICE(0x0846, 0x9053) }, /* Netgear A6210 */
2222
{ USB_DEVICE(0x045e, 0x02e6) }, /* XBox One Wireless Adapter */
2323
{ USB_DEVICE(0x045e, 0x02fe) }, /* XBox One Wireless Adapter */
24+
{ USB_DEVICE(0x2357, 0x0137) }, /* TP-Link TL-WDN6200 */
2425
{ },
2526
};
2627

0 commit comments

Comments
 (0)