[PATCH wireless-next] wifi: mt76: mt7925: add Netgear A8500 USB device ID
Sean Wang
sean.wang at kernel.org
Tue May 26 23:04:45 PDT 2026
Hi Devin,
On Thu, Mar 26, 2026 at 2:07 PM Lucid Duck <lucid_duck at justthetip.ca> wrote:
>
> Add USB device ID for the Netgear A8500 (0846:9050) which uses
> the mt7925 chipset.
>
> Cc: stable at vger.kernel.org
> Signed-off-by: Lucid Duck <lucid_duck at justthetip.ca>
Sorry for the late reply.
I ran checkpatch.pl on the patch and got the following warning:
WARNING: The commit message has 'stable@', perhaps it also needs a 'Fixes:' tag?
Could you please send a v2 that drops the Cc: stable tag and uses:
Signed-off-by: Devin Wittmayer <lucid_duck at justthetip.ca>
to keep it consistent with the other patches you sent?
Thanks.
> ---
> drivers/net/wireless/mediatek/mt76/mt7925/usb.c | 3 +++
> 1 file changed, 3 insertions(+)
>
> diff --git a/drivers/net/wireless/mediatek/mt76/mt7925/usb.c b/drivers/net/wireless/mediatek/mt76/mt7925/usb.c
> index d9968f038..e44f0cafd 100644
> --- a/drivers/net/wireless/mediatek/mt76/mt7925/usb.c
> +++ b/drivers/net/wireless/mediatek/mt76/mt7925/usb.c
> @@ -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 },
> --
> 2.53.0
>
>
More information about the Linux-mediatek
mailing list