From 91668b1b5a6d5d1072862765804d3a7815d3474c Mon Sep 17 00:00:00 2001 From: adrian Date: Sun, 20 May 2012 02:49:42 +0000 Subject: Migrate the TDMA management functions out of if_ath.c into if_ath_tdma.c. There's some TX path TDMA code in if_ath_tx.c which should be migrated out, but first I should likely try and verify/fix/repair the TDMA support in 9.x and -HEAD. --- sys/modules/ath/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/ath/Makefile') diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile index 96e349e..05cf3a2 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 if_ath_led.c if_ath_rx.c +SRCS+= if_ath_tx.c if_ath_tx_ht.c if_ath_led.c if_ath_rx.c if_ath_tdma.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 -- cgit v1.1