diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2011-04-13 11:32:15 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2011-04-13 11:32:15 +0000 |
| commit | 77823fbc2cce283fa5cac04cf3089c9430f518e2 (patch) | |
| tree | 4aee2b6abb345ffd2a8f3100042d29625c075cf8 /sys/modules | |
| parent | 6bed196c3599261273ab7239a64ca49d10c60c21 (diff) | |
Notes
Diffstat (limited to 'sys/modules')
| -rw-r--r-- | sys/modules/ath/Makefile | 1 |
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" |
