diff options
author | adrian <adrian@FreeBSD.org> | 2012-07-03 07:01:12 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-07-03 07:01:12 +0000 |
commit | 6a3d3f185d8bdf14f15cb6273e3ad39a99ca3164 (patch) | |
tree | d61f539783c95471a7f923c472344a4f0d2789ca /sys/modules | |
parent | 8af1316f3addf13b857f32d6b54b6a9b28e7ed63 (diff) | |
download | FreeBSD-src-6a3d3f185d8bdf14f15cb6273e3ad39a99ca3164.zip FreeBSD-src-6a3d3f185d8bdf14f15cb6273e3ad39a99ca3164.tar.gz |
Link in the new RX EDMA routines.
Diffstat (limited to 'sys/modules')
-rw-r--r-- | sys/modules/ath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |