summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/files.usb
diff options
context:
space:
mode:
authordamien <damien@openbsd.org>2011-01-06 07:27:15 +0000
committerdamien <damien@openbsd.org>2011-01-06 07:27:15 +0000
commit13236e8dd07ca0e071c72fb0b444d8381a6cdd11 (patch)
tree0ef6cff5acdcb73153c61ff11e0ff1f054a56a13 /sys/dev/usb/files.usb
parentWhoops, command-prompt can take 0 or 1 argument. (diff)
downloadwireguard-openbsd-13236e8dd07ca0e071c72fb0b444d8381a6cdd11.tar.xz
wireguard-openbsd-13236e8dd07ca0e071c72fb0b444d8381a6cdd11.zip
"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.usb6
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