summaryrefslogtreecommitdiffstats
path: root/sys/modules/ath
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-12-26 05:37:09 +0000
committeradrian <adrian@FreeBSD.org>2011-12-26 05:37:09 +0000
commitb907af0d1a7f2c49615f51fc5739f9ef99367768 (patch)
treee36f52b835ead176ddf0c6f1d1a5093b74c31c34 /sys/modules/ath
parent8662cd3275ad6bbfbb8d67ab4f99e0c23eb067c7 (diff)
downloadFreeBSD-src-b907af0d1a7f2c49615f51fc5739f9ef99367768.zip
FreeBSD-src-b907af0d1a7f2c49615f51fc5739f9ef99367768.tar.gz
First pass of LED related code changes.
Migrate the LED code out of if_ath.c and into if_ath_led.c. These routines are _all_ software based LED blinking.
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 f9c3158..6e2e7b7 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -36,7 +36,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
+SRCS+= if_ath_tx.c if_ath_tx_ht.c if_ath_led.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