aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-04-13 11:32:15 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-04-13 11:32:15 +0000
commit77823fbc2cce283fa5cac04cf3089c9430f518e2 (patch)
tree4aee2b6abb345ffd2a8f3100042d29625c075cf8 /sys/modules
parent6bed196c3599261273ab7239a64ca49d10c60c21 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index 69d785a038b8b..e5fc7f60d1b50 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -99,6 +99,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 ar9285_phy.c
+SRCS+= ar9285_diversity.c
# NB: rate control is bound to the driver by symbol names so only pick one
.if ${ATH_RATE} == "sample"