summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-05-20 04:14:29 +0000
committeradrian <adrian@FreeBSD.org>2012-05-20 04:14:29 +0000
commit7ee37f6fdd000e1d8d545b4816e8d97ae9f32827 (patch)
tree5e0c2a3379b69b2ff9e60bdaf812b6b0dc1bd739 /sys/modules
parent91668b1b5a6d5d1072862765804d3a7815d3474c (diff)
downloadFreeBSD-src-7ee37f6fdd000e1d8d545b4816e8d97ae9f32827.zip
FreeBSD-src-7ee37f6fdd000e1d8d545b4816e8d97ae9f32827.tar.gz
Migrate most of the beacon handling functions out to if_ath_beacon.c.
This is also in preparation for supporting AR9300 and later NICs.
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 05cf3a2..c9c768e 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -37,6 +37,7 @@ ATH_RATE?= sample # tx rate control algorithm
KMOD= if_ath
SRCS= if_ath.c if_ath_debug.c if_ath_keycache.c if_ath_sysctl.c
SRCS+= if_ath_tx.c if_ath_tx_ht.c if_ath_led.c if_ath_rx.c if_ath_tdma.c
+SRCS+= if_ath_beacon.c
# NB: v3 eeprom support used by both AR5211 and AR5212; just include it
SRCS+= ah_osdep.c ah.c ah_regdomain.c ah_eeprom_v3.c
SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h opt_wlan.h
OpenPOWER on IntegriCloud