Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb3d72c8 authored by Ben Konrath's avatar Ben Konrath Committed by John W. Linville
Browse files

ar9170: add support for NEC WL300NU-G USB dongle



This patch adds support for the NEC WL300NU-G USB wifi dongle.

Signed-off-by: default avatarBen Konrath <ben@bagu.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 533866b1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -94,6 +94,8 @@ static struct usb_device_id ar9170_usb_ids[] = {
	{ USB_DEVICE(0x04bb, 0x093f) },
	/* AVM FRITZ!WLAN USB Stick N */
	{ USB_DEVICE(0x057C, 0x8401) },
	/* NEC WL300NU-G */
	{ USB_DEVICE(0x0409, 0x0249) },
	/* AVM FRITZ!WLAN USB Stick N 2.4 */
	{ USB_DEVICE(0x057C, 0x8402), .driver_info = AR9170_REQ_FW1_ONLY },