Commit df259fc1 authored by Martin Kaiser's avatar Martin Kaiser Committed by Kalle Valo

wifi: rtl8xxxu: mark Edimax EW-7811Un V2 as tested

The Edimax V2 (vid 0x7392, pid 0xb811) works well with the rtl8xxxu driver
since rtl8188eu support has been added. Remove the untested flag for this
device.
Signed-off-by: default avatarMartin Kaiser <martin@kaiser.cx>
Signed-off-by: default avatarKalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230305175932.719103-1-martin@kaiser.cx
parent 659fda7f
...@@ -7012,7 +7012,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface, ...@@ -7012,7 +7012,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
} }
break; break;
case 0x7392: case 0x7392:
if (id->idProduct == 0x7811 || id->idProduct == 0xa611) if (id->idProduct == 0x7811 || id->idProduct == 0xa611 || id->idProduct == 0xb811)
untested = 0; untested = 0;
break; break;
case 0x050d: case 0x050d:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment