staging; wlan-ng: remove duplicate USB device ID
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Fri, 17 Sep 2021 09:22:06 +0000 (11:22 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 21 Sep 2021 15:39:11 +0000 (17:39 +0200)
The device 0x2821,0x3300 is already on the list.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Link: https://lore.kernel.org/r/20210917092206.19677-1-krzysztof.kozlowski@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2usb.c

index 4b08dc1..dc0749b 100644 (file)
@@ -34,14 +34,13 @@ static const struct usb_device_id usb_prism_tbl[] = {
        PRISM_DEV(0x04f1, 0x3009, "JVC MP-XP7250 Builtin USB WLAN Adapter"),
        PRISM_DEV(0x0846, 0x4110, "NetGear MA111"),
        PRISM_DEV(0x03f3, 0x0020, "Adaptec AWN-8020 USB WLAN Adapter"),
-       PRISM_DEV(0x2821, 0x3300, "ASUS-WL140 Wireless USB Adapter"),
+       PRISM_DEV(0x2821, 0x3300, "ASUS-WL140 / Hawking HighDB Wireless USB Adapter"),
        PRISM_DEV(0x2001, 0x3700, "DWL-122 Wireless USB Adapter"),
        PRISM_DEV(0x2001, 0x3702, "DWL-120 Rev F Wireless USB Adapter"),
        PRISM_DEV(0x50c2, 0x4013, "Averatec USB WLAN Adapter"),
        PRISM_DEV(0x2c02, 0x14ea, "Planex GW-US11H WLAN USB Adapter"),
        PRISM_DEV(0x124a, 0x168b, "Airvast PRISM3 WLAN USB Adapter"),
        PRISM_DEV(0x083a, 0x3503, "T-Sinus 111 USB WLAN Adapter"),
-       PRISM_DEV(0x2821, 0x3300, "Hawking HighDB USB Adapter"),
        PRISM_DEV(0x0411, 0x0044, "Melco WLI-USB-KB11 11Mbps WLAN Adapter"),
        PRISM_DEV(0x1668, 0x6106, "ROPEX FreeLan 802.11b USB Adapter"),
        PRISM_DEV(0x124a, 0x4017, "Pheenet WL-503IA 802.11b USB Adapter"),