aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2011-02-01 08:03:01 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2011-02-01 08:03:01 +0000
commit4b44f6f2750fa477f1abaa073ed5993717506bb3 (patch)
tree33e567b0391ef1263f25d77f5c4d6da68652ff04 /sys/modules
parent292c424d6e360f9c63c54b563e8937881add6b4c (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/ath/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index 8448e12cbec6..8c1be123695c 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -35,7 +35,7 @@ ATH_RATE?= sample # tx rate control algorithm
.PATH: ${.CURDIR}/../../dev/ath/ath_hal
KMOD= if_ath
-SRCS= if_ath.c if_ath_pci.c if_ath_debug.c if_ath_tx.c
+SRCS= if_ath.c if_ath_pci.c if_ath_debug.c if_ath_tx.c if_ath_tx_ht.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