summaryrefslogtreecommitdiffstats
path: root/sys/modules/ath
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-03-02 16:03:19 +0000
committeradrian <adrian@FreeBSD.org>2011-03-02 16:03:19 +0000
commit9a3121eeae0f0ebddf0b8b95b1cc81498bc03aa5 (patch)
treeef01b11cb0ff32e7078512f909e3d7a5d5faef4d /sys/modules/ath
parentc8fdcb6d86c953a7713c4ddfffdb02564efc60be (diff)
downloadFreeBSD-src-9a3121eeae0f0ebddf0b8b95b1cc81498bc03aa5.zip
FreeBSD-src-9a3121eeae0f0ebddf0b8b95b1cc81498bc03aa5.tar.gz
Migrate the sysctl related routines (statistics, debugging, etc) out of
if_ath.c and into if_ath_sysctl.c .
Diffstat (limited to 'sys/modules/ath')
-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 8c1be12..4f5d65d 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 if_ath_tx_ht.c
+SRCS= if_ath.c if_ath_pci.c if_ath_debug.c if_ath_sysctl.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
OpenPOWER on IntegriCloud