svn commit: r223040 - user/adrian/if_ath_tx/sys/modules/ath

Adrian Chadd adrian at FreeBSD.org
Mon Jun 13 06:42:45 UTC 2011


Author: adrian
Date: Mon Jun 13 06:42:44 2011
New Revision: 223040
URL: http://svn.freebsd.org/changeset/base/223040

Log:
  Cheat - set IEEE80211_DEBUG in opt_ah.h for now.

Modified:
  user/adrian/if_ath_tx/sys/modules/ath/Makefile

Modified: user/adrian/if_ath_tx/sys/modules/ath/Makefile
==============================================================================
--- user/adrian/if_ath_tx/sys/modules/ath/Makefile	Mon Jun 13 06:42:25 2011	(r223039)
+++ user/adrian/if_ath_tx/sys/modules/ath/Makefile	Mon Jun 13 06:42:44 2011	(r223040)
@@ -147,5 +147,6 @@ opt_ah.h:
 	echo '#define ATH_DEBUG 1' >> $@
 	echo '#define ATH_DIAGAPI 1' >> $@
 	echo '#define ATH_ENABLE_11N 1' >> $@
+	echo '#define IEEE80211_DEBUG 1' >> $@
 
 .include <bsd.kmod.mk>


More information about the svn-src-user mailing list