Commit 06cccc2e authored by Icenowy Zheng's avatar Icenowy Zheng Committed by Felix Fietkau
Browse files

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: default avatarIcenowy Zheng <uwu@icenowy.me>
Link: https://patch.msgid.link/20250317102235.1421726-1-uwu@icenowy.me


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 06e70003
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 */
	{ },
};