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 /sys/dev/usb/files.usb | |
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 'sys/dev/usb/files.usb')
-rw-r--r-- | sys/dev/usb/files.usb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/usb/files.usb b/sys/dev/usb/files.usb index 63867013951..4f2a151199f 100644 --- a/sys/dev/usb/files.usb +++ b/sys/dev/usb/files.usb @@ -1,4 +1,4 @@ -# $OpenBSD: files.usb,v 1.95 2010/12/11 20:48:21 damien Exp $ +# $OpenBSD: files.usb,v 1.96 2011/01/06 07:27:15 damien Exp $ # $NetBSD: files.usb,v 1.16 2000/02/14 20:29:54 augustss Exp $ # # Config file and device description for machine-independent USB code. @@ -375,6 +375,10 @@ device uath: ether, ifnet, ifmedia, wlan, firmload attach uath at uhub file dev/usb/if_uath.c uath +# Atheros AR9002U +attach athn at uhub with athn_usb +file dev/usb/if_athn_usb.c athn_usb needs-flag + # Maxim/Dallas DS2490 1-Wire adapter device uow: onewirebus attach uow at uhub |