svn commit: r203143 - head/sys/dev/usb/wlan
Andrew Thompson
thompsa at FreeBSD.org
Fri Jan 29 02:32:46 UTC 2010
Author: thompsa
Date: Fri Jan 29 02:32:46 2010
New Revision: 203143
URL: http://svn.freebsd.org/changeset/base/203143
Log:
Add the Netgear WPN111
Modified:
head/sys/dev/usb/wlan/if_uath.c
Modified: head/sys/dev/usb/wlan/if_uath.c
==============================================================================
--- head/sys/dev/usb/wlan/if_uath.c Fri Jan 29 02:32:18 2010 (r203142)
+++ head/sys/dev/usb/wlan/if_uath.c Fri Jan 29 02:32:46 2010 (r203143)
@@ -188,6 +188,7 @@ static const struct usb_device_id uath_d
UATH_DEV(NETGEAR, WG111U),
UATH_DEV(NETGEAR3, WG111T),
UATH_DEV(NETGEAR3, WPN111),
+ UATH_DEV(NETGEAR3, WPN111_2),
UATH_DEV(UMEDIA, TEW444UBEU),
UATH_DEV(UMEDIA, AR5523_2),
UATH_DEV(WISTRONNEWEB, AR5523_1),
More information about the svn-src-all
mailing list