svn commit: r235677 - head/sys/modules/ath

Adrian Chadd adrian at FreeBSD.org
Sun May 20 02:05:27 UTC 2012


Author: adrian
Date: Sun May 20 02:05:25 2012
New Revision: 235677
URL: http://svn.freebsd.org/changeset/base/235677

Log:
  .. and update this.

Modified:
  head/sys/modules/ath/Makefile

Modified: head/sys/modules/ath/Makefile
==============================================================================
--- head/sys/modules/ath/Makefile	Sun May 20 02:05:10 2012	(r235676)
+++ head/sys/modules/ath/Makefile	Sun May 20 02:05:25 2012	(r235677)
@@ -36,7 +36,7 @@ ATH_RATE?=	sample		# tx rate control alg
 
 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


More information about the svn-src-head mailing list