diff options
| author | Adrian Chadd <adrian@FreeBSD.org> | 2012-07-03 07:01:12 +0000 |
|---|---|---|
| committer | Adrian Chadd <adrian@FreeBSD.org> | 2012-07-03 07:01:12 +0000 |
| commit | b9ea0ceed7a9c52f2db5d698b4cfcef48ff6e808 (patch) | |
| tree | d61f539783c95471a7f923c472344a4f0d2789ca /sys/modules/ath/Makefile | |
| parent | f8cc9b09b0246c270b9ef8bb4d284c1a0d4509ab (diff) | |
Notes
Diffstat (limited to 'sys/modules/ath/Makefile')
| -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 c9c768eed00d..44be449e33cc 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 |
