summaryrefslogtreecommitdiffstats
path: root/sys/modules/otus
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2015-09-26 07:08:35 +0000
committeradrian <adrian@FreeBSD.org>2015-09-26 07:08:35 +0000
commitdaf27c59bb73b8210cbf50962f9c09371fd9872d (patch)
tree0c0053af8788f5867787a235b057b385da67df29 /sys/modules/otus
parent4079290d1cd725edb646831947c2bfbbd66db5ae (diff)
downloadFreeBSD-src-daf27c59bb73b8210cbf50962f9c09371fd9872d.zip
FreeBSD-src-daf27c59bb73b8210cbf50962f9c09371fd9872d.tar.gz
Add an initial driver for the AR9170 series draft-11n hardware from
Atheros. Thanks to OpenBSD for providing a driver based on the original Atheros open source driver circa 2008. This uses the early, pre-carl9170 atheros provided firmware. It only supports 11bg at the moment. I've not tested it with 11a (and so the TX rate control logic may be slightly wrong!) so if you do have the dual-band version of this hardware please do let me know. Tested: * AR9170, TP-Link WN821N 2GHz. TODO: * Hook this up to a non-module build.
Diffstat (limited to 'sys/modules/otus')
-rw-r--r--sys/modules/otus/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/otus/Makefile b/sys/modules/otus/Makefile
new file mode 100644
index 0000000..a7a84a8
--- /dev/null
+++ b/sys/modules/otus/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/otus
+
+KMOD = if_otus
+SRCS = if_otus.c if_otusreg.h \
+ bus_if.h device_if.h \
+ opt_bus.h opt_usb.h usb_if.h usbdevs.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud