diff options
author | adrian <adrian@FreeBSD.org> | 2011-04-13 11:32:15 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2011-04-13 11:32:15 +0000 |
commit | c009611182ccf0b0cfbb29672bdc9efa7b6ee376 (patch) | |
tree | 4aee2b6abb345ffd2a8f3100042d29625c075cf8 /sys/modules/ath | |
parent | e48732e3d4ec334052e23d71e2ac3549b3e2afe2 (diff) | |
download | FreeBSD-src-c009611182ccf0b0cfbb29672bdc9efa7b6ee376.zip FreeBSD-src-c009611182ccf0b0cfbb29672bdc9efa7b6ee376.tar.gz |
Bring over the antenna diversity logic support for Kite.
Again, this is just the code ported from ath9k and included in the build,
it isn't yet enabled.
Diffstat (limited to 'sys/modules/ath')
-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 69d785a..e5fc7f6 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" |