summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-07-03 07:01:12 +0000
committeradrian <adrian@FreeBSD.org>2012-07-03 07:01:12 +0000
commit6a3d3f185d8bdf14f15cb6273e3ad39a99ca3164 (patch)
treed61f539783c95471a7f923c472344a4f0d2789ca
parent8af1316f3addf13b857f32d6b54b6a9b28e7ed63 (diff)
downloadFreeBSD-src-6a3d3f185d8bdf14f15cb6273e3ad39a99ca3164.zip
FreeBSD-src-6a3d3f185d8bdf14f15cb6273e3ad39a99ca3164.tar.gz
Link in the new RX EDMA routines.
-rw-r--r--sys/conf/files2
-rw-r--r--sys/modules/ath/Makefile2
2 files changed, 3 insertions, 1 deletions
diff --git a/sys/conf/files b/sys/conf/files
index c303e03..4d4c0bc 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -735,6 +735,8 @@ dev/ath/if_ath_sysctl.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/if_ath_rx.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
+dev/ath/if_ath_rx_edma.c optional ath \
+ compile-with "${NORMAL_C} -I$S/dev/ath"
dev/ath/ah_osdep.c optional ath \
compile-with "${NORMAL_C} -I$S/dev/ath"
#
diff --git a/sys/modules/ath/Makefile b/sys/modules/ath/Makefile
index c9c768e..44be449 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
+SRCS+= if_ath_beacon.c if_ath_rx_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
OpenPOWER on IntegriCloud