OSDN Git Service

wifi: rtl8xxxu: mark Edimax EW-7811Un V2 as tested
authorMartin Kaiser <martin@kaiser.cx>
Sun, 5 Mar 2023 17:59:32 +0000 (18:59 +0100)
committerKalle Valo <kvalo@kernel.org>
Mon, 13 Mar 2023 13:43:20 +0000 (15:43 +0200)
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: Martin Kaiser <martin@kaiser.cx>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20230305175932.719103-1-martin@kaiser.cx
drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c

index 54ca6f2..47dcca8 100644 (file)
@@ -7012,7 +7012,7 @@ static int rtl8xxxu_probe(struct usb_interface *interface,
                }
                break;
        case 0x7392:
-               if (id->idProduct == 0x7811 || id->idProduct == 0xa611)
+               if (id->idProduct == 0x7811 || id->idProduct == 0xa611 || id->idProduct == 0xb811)
                        untested = 0;
                break;
        case 0x050d: