diff options
author | Adrian Chadd <adrian@FreeBSD.org> | 2012-05-20 04:14:29 +0000 |
---|---|---|
committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-05-20 04:14:29 +0000 |
commit | ba5c15d9ba45c52691ec138a8f7cd812f758c6dc (patch) | |
tree | 5e0c2a3379b69b2ff9e60bdaf812b6b0dc1bd739 /sys/modules/ath | |
parent | a35dae8d873458c6a77828c51fc80e33037aeb10 (diff) | |
download | src-ba5c15d9ba45c52691ec138a8f7cd812f758c6dc.tar.gz src-ba5c15d9ba45c52691ec138a8f7cd812f758c6dc.zip |
Notes
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 05cf3a283c02..c9c768eed00d 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 |