mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 01:07:21 +01:00
Link in the new RX EDMA routines.
This commit is contained in:
parent
f8cc9b09b0
commit
b9ea0ceed7
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=238056
@ -735,6 +735,8 @@ dev/ath/if_ath_sysctl.c optional ath \
|
|||||||
compile-with "${NORMAL_C} -I$S/dev/ath"
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
||||||
dev/ath/if_ath_rx.c optional ath \
|
dev/ath/if_ath_rx.c optional ath \
|
||||||
compile-with "${NORMAL_C} -I$S/dev/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 \
|
dev/ath/ah_osdep.c optional ath \
|
||||||
compile-with "${NORMAL_C} -I$S/dev/ath"
|
compile-with "${NORMAL_C} -I$S/dev/ath"
|
||||||
#
|
#
|
||||||
|
@ -37,7 +37,7 @@ ATH_RATE?= sample # tx rate control algorithm
|
|||||||
KMOD= if_ath
|
KMOD= if_ath
|
||||||
SRCS= if_ath.c if_ath_debug.c if_ath_keycache.c if_ath_sysctl.c
|
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_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
|
# 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+= 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
|
SRCS+= device_if.h bus_if.h pci_if.h opt_inet.h opt_ath.h opt_ah.h opt_wlan.h
|
||||||
|
Loading…
Reference in New Issue
Block a user