Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 Jan 2010 02:32:46 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203143 - head/sys/dev/usb/wlan
Message-ID:  <201001290232.o0T2WkV3025562@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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),



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001290232.o0T2WkV3025562>