Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Aug 2011 05:57:53 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r225240 - user/adrian/if_ath_tx/sys/modules/ath
Message-ID:  <201108290557.p7T5vrUZ082847@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Aug 29 05:57:52 2011
New Revision: 225240
URL: http://svn.freebsd.org/changeset/base/225240

Log:
  Flip on most of the ath/net80211 options by default

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	Sun Aug 28 23:56:53 2011	(r225239)
+++ user/adrian/if_ath_tx/sys/modules/ath/Makefile	Mon Aug 29 05:57:52 2011	(r225240)
@@ -144,9 +144,14 @@ opt_ah.h:
 	echo '#define AH_SUPPORT_AR5416 1' > $@
 	echo '#define AH_AR5416_INTERRUPT_MITIGATION 1' >> $@
 	echo '#define AH_DEBUG 1' >> $@
-	echo '#define ATH_DEBUG 1' >> $@
+
+opt_ath.h:
+	echo '#define ATH_DEBUG 1' > $@
 	echo '#define ATH_DIAGAPI 1' >> $@
 	echo '#define ATH_ENABLE_11N 1' >> $@
-	echo '#define IEEE80211_DEBUG 1' >> $@
+
+opt_wlan.h:
+	echo '#define IEEE80211_DEBUG 1' > $@
+	echo '#define IEEE80211_SUPPORT_TDMA 1'>> $@
 
 .include <bsd.kmod.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108290557.p7T5vrUZ082847>