Skip to content

Commit 31d4365

Browse files
Icenowygregkh
authored andcommitted
wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table
[ Upstream commit 06cccc2 ] The TP-Link TL-WDN6200 "Driverless" version cards use a MT7612U chipset. Add the USB ID to mt76x2u driver. Signed-off-by: Icenowy Zheng <uwu@icenowy.me> Link: https://patch.msgid.link/20250317102235.1421726-1-uwu@icenowy.me Signed-off-by: Felix Fietkau <nbd@nbd.name> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent f746fe0 commit 31d4365

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)