]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: mt76: mt7925: add Netgear A8500 USB device ID
authorDevin Wittmayer <lucid_duck@justthetip.ca>
Wed, 27 May 2026 14:47:35 +0000 (07:47 -0700)
committerFelix Fietkau <nbd@nbd.name>
Tue, 9 Jun 2026 10:15:20 +0000 (10:15 +0000)
Add USB device ID for the Netgear A8500 (0846:9050) which uses
the mt7925 chipset.

Signed-off-by: Devin Wittmayer <lucid_duck@justthetip.ca>
Link: https://patch.msgid.link/20260527144735.10254-1-lucid_duck@justthetip.ca
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7925/usb.c

index 84bcebbf009a9bf49b4b584cb607ebe398a2c251..7071b6c93d14ba3e45795a6616c9a3be1e38689f 100644 (file)
@@ -12,6 +12,9 @@
 static const struct usb_device_id mt7925u_device_table[] = {
        { USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7925, 0xff, 0xff, 0xff),
                .driver_info = (kernel_ulong_t)MT7925_FIRMWARE_WM },
+       /* Netgear, Inc. A8500 */
+       { USB_DEVICE_AND_INTERFACE_INFO(0x0846, 0x9050, 0xff, 0xff, 0xff),
+               .driver_info = (kernel_ulong_t)MT7925_FIRMWARE_WM },
        /* Netgear, Inc. A9000 */
        { USB_DEVICE_AND_INTERFACE_INFO(0x0846, 0x9072, 0xff, 0xff, 0xff),
                .driver_info = (kernel_ulong_t)MT7925_FIRMWARE_WM },