diff options
author | adrian <adrian@FreeBSD.org> | 2012-05-20 02:05:25 +0000 |
---|---|---|
committer | adrian <adrian@FreeBSD.org> | 2012-05-20 02:05:25 +0000 |
commit | 5e2b556c1957787e1224e87ab51f1d68d0b14ab4 (patch) | |
tree | 94fe7f5a50e2c780f2e4256eef1b4a6503ac9159 /sys/modules/ath | |
parent | 677f51d0dd0ba48718d09a7a57c9f29c6494d498 (diff) | |
download | FreeBSD-src-5e2b556c1957787e1224e87ab51f1d68d0b14ab4.zip FreeBSD-src-5e2b556c1957787e1224e87ab51f1d68d0b14ab4.tar.gz |
.. and update this.
Diffstat (limited to 'sys/modules/ath')
-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 5cbfeda..96e349e 100644 --- a/sys/modules/ath/Makefile +++ b/sys/modules/ath/Makefile @@ -36,7 +36,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 +SRCS+= if_ath_tx.c if_ath_tx_ht.c if_ath_led.c if_ath_rx.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 |