]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
wifi: mt76: mt76x2u: add TP-Link TL-WDN6200 ID to device table
authorIcenowy Zheng <uwu@icenowy.me>
Mon, 17 Mar 2025 10:22:35 +0000 (18:22 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 20 Apr 2025 08:17:45 +0000 (10:17 +0200)
[ 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 <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>
drivers/net/wireless/mediatek/mt76/mt76x2/usb.c

index e832ad53e2393b4fd3be1bde3a8c4a03612e7a8d..a4f4d12f904e7cc697f3233f40152ecaa598a4e5 100644 (file)
@@ -22,6 +22,7 @@ static const struct usb_device_id mt76x2u_device_table[] = {
        { USB_DEVICE(0x0846, 0x9053) }, /* Netgear A6210 */
        { USB_DEVICE(0x045e, 0x02e6) }, /* XBox One Wireless Adapter */
        { USB_DEVICE(0x045e, 0x02fe) }, /* XBox One Wireless Adapter */
+       { USB_DEVICE(0x2357, 0x0137) }, /* TP-Link TL-WDN6200 */
        { },
 };