Skip to content

Commit ad603f3

Browse files
committed
wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table
JIRA: https://issues.redhat.com/browse/RHEL-89169 commit 06cccc2 Author: Icenowy Zheng <uwu@icenowy.me> Date: Mon Mar 17 18:22:35 2025 +0800 wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table 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: Jose Ignacio Tornos Martinez <jtornosm@redhat.com>
1 parent 713f557 commit ad603f3

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
@@ -22,6 +22,7 @@ static const struct usb_device_id mt76x2u_device_table[] = {
2222
{ USB_DEVICE(0x0846, 0x9053) }, /* Netgear A6210 */
2323
{ USB_DEVICE(0x045e, 0x02e6) }, /* XBox One Wireless Adapter */
2424
{ USB_DEVICE(0x045e, 0x02fe) }, /* XBox One Wireless Adapter */
25+
{ USB_DEVICE(0x2357, 0x0137) }, /* TP-Link TL-WDN6200 */
2526
{ },
2627
};
2728

0 commit comments

Comments
 (0)