aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ath
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2012-07-23 03:52:18 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2012-07-23 03:52:18 +0000
commit3fdfc330241a5d199aa1143ee1afc0240c5f4cad (patch)
tree33a4d10c47a7d5285706d55a70926eeb452bc2e8 /sys/modules/ath
parent54c9979539f771d9f0e84aa48fb1c7751d3e2565 (diff)
downloadsrc-3fdfc330241a5d199aa1143ee1afc0240c5f4cad.tar.gz
src-3fdfc330241a5d199aa1143ee1afc0240c5f4cad.zip
Begin separating out the TX DMA setup in preparation for TX EDMA support.
* Introduce TX DMA setup/teardown methods, mirroring what's done in the RX path. Although the TX DMA descriptor is setup via ath_desc_alloc() / ath_desc_free(), there TX status descriptor ring will be allocated in this path. * Remove some of the TX EDMA capability probing from the RX path and push it into the new TX EDMA path.
Notes
Notes: svn path=/head/; revision=238710
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 44be449e33cc..e3e62c479426 100644
--- a/sys/modules/ath/Makefile
+++ b/sys/modules/ath/Makefile
@@ -37,7 +37,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 if_ath_tdma.c
-SRCS+= if_ath_beacon.c if_ath_rx_edma.c
+SRCS+= if_ath_beacon.c if_ath_rx_edma.c if_ath_tx_edma.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