aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/files
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2012-05-20 02:49:42 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2012-05-20 02:49:42 +0000
commita35dae8d873458c6a77828c51fc80e33037aeb10 (patch)
tree070afda6b6bb671b2108a5891b94b4f0439434cb /sys/conf/files
parentc1d93092fd883c77a31388ecc49c496da21d89f8 (diff)
downloadsrc-a35dae8d873458c6a77828c51fc80e33037aeb10.tar.gz
src-a35dae8d873458c6a77828c51fc80e33037aeb10.zip
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.
Notes
Notes: svn path=/head/; revision=235679
Diffstat (limited to 'sys/conf/files')
-rw-r--r--sys/conf/files2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/conf/files b/sys/conf/files
index 5f766e526cea..b4e8ab67f56e 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -720,6 +720,8 @@ dev/ath/if_ath_tx.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/if_ath_tx_ht.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
+dev/ath/if_ath_tdma.c optional ath \
+ compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/if_ath_sysctl.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/if_ath_rx.c optional ath \