diff options
author | thompsa <thompsa@FreeBSD.org> | 2010-01-29 02:32:46 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2010-01-29 02:32:46 +0000 |
commit | ca8d86338c74eeeac6c1991afadc8c4d720e8931 (patch) | |
tree | 1f5a65c0423ab941df6246020393613be7093737 /sys/dev/usb/wlan/if_uath.c | |
parent | ffaf0026ace3167ec204ec046100534d3903f6a6 (diff) | |
download | FreeBSD-src-ca8d86338c74eeeac6c1991afadc8c4d720e8931.zip FreeBSD-src-ca8d86338c74eeeac6c1991afadc8c4d720e8931.tar.gz |
Add the Netgear WPN111
Diffstat (limited to 'sys/dev/usb/wlan/if_uath.c')
-rw-r--r-- | sys/dev/usb/wlan/if_uath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/wlan/if_uath.c b/sys/dev/usb/wlan/if_uath.c index e68fc60..7838d5a 100644 --- a/sys/dev/usb/wlan/if_uath.c +++ b/sys/dev/usb/wlan/if_uath.c @@ -188,6 +188,7 @@ static const struct usb_device_id uath_devs[] = { 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), |