diff options
author | Damien Bergamini <damien@cvs.openbsd.org> | 2011-01-06 07:27:16 +0000 |
---|---|---|
committer | Damien Bergamini <damien@cvs.openbsd.org> | 2011-01-06 07:27:16 +0000 |
commit | ba355aa6b769afe9323f3dde64ea29663ca30c69 (patch) | |
tree | a8a0c6789c41167507568bb3c84a0a5c0ba9c88d /share/man/man4/usb.4 | |
parent | b6be427901ab5d95acc12832f4e5da50c72e38fe (diff) |
"athn* at uhub? port ?"
this adds preliminary support for the Atheros AR9271 chipset and
probably the AR9280+AR7010 and AR9287+AR7010 too though those were
not tested.
scanning still takes a very long time (~1 sec per channel) but
otherwise, operation in STA mode seems stable.
will implement fast channel change soon.
committed over the Ubiquiti WifiStation EXT (AR9271) on i386 with WPA.
requires firmware (see man page for details)
ok deraadt@ (who checked the .h files)
Diffstat (limited to 'share/man/man4/usb.4')
-rw-r--r-- | share/man/man4/usb.4 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4 index 9c4cc8b3e2b..e9b02afe261 100644 --- a/share/man/man4/usb.4 +++ b/share/man/man4/usb.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: usb.4,v 1.124 2010/12/11 20:48:21 damien Exp $ +.\" $OpenBSD: usb.4,v 1.125 2011/01/06 07:27:15 damien Exp $ .\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $ .\" .\" Copyright (c) 1999 The NetBSD Foundation, Inc. @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: December 11 2010 $ +.Dd $Mdocdate: January 6 2011 $ .Dt USB 4 .Os .Sh NAME @@ -142,6 +142,8 @@ USB Remote NDIS Ethernet device .El .Ss Wireless network interfaces .Bl -tag -width 12n -offset ind -compact +.It Xr athn 4 +Atheros USB IEEE 802.11a/g/n wireless network device .It Xr atu 4 Atmel AT76C50x IEEE 802.11b wireless network device .It Xr otus 4 |