summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-04-13 02:40:45 +0000
committeradrian <adrian@FreeBSD.org>2011-04-13 02:40:45 +0000
commit2271b77c599de0ed4fb964c390d34994709430a8 (patch)
tree2f18418215207a214c442c31405d02dfc6ce83d2 /sys/modules
parentcbc50fc3398a22818f0dd68583fa2dab7fd90151 (diff)
downloadFreeBSD-src-2271b77c599de0ed4fb964c390d34994709430a8.zip
FreeBSD-src-2271b77c599de0ed4fb964c390d34994709430a8.tar.gz
Add the initial AR9285 PHY glue for supporting antenna diversity.
This code isn't currently used anywhere; it's just linked into the build.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index 74c756f..69d785a 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -98,7 +98,7 @@ SRCS+= ar9160_attach.c
.PATH: ${.CURDIR}/../../dev/ath/ath_hal/ar9002
SRCS+= ar9280.c ar9280_attach.c ar9280_olc.c
-SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c ar9285_cal.c
+SRCS+= ar9285.c ar9285_reset.c ar9285_attach.c ar9285_cal.c ar9285_phy.c
# NB: rate control is bound to the driver by symbol names so only pick one
.if ${ATH_RATE} == "sample"
OpenPOWER on IntegriCloud