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

Adrian Chadd adrian at FreeBSD.org
Mon Aug 29 05:59:49 UTC 2011


Author: adrian
Date: Mon Aug 29 05:59:49 2011
New Revision: 225241
URL: http://svn.freebsd.org/changeset/base/225241

Log:
  Bring the net80211 build options in line with the rest of the module
  defaults.

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 Aug 29 05:57:52 2011	(r225240)
+++ user/adrian/if_ath_tx/sys/modules/ath/Makefile	Mon Aug 29 05:59:49 2011	(r225241)
@@ -152,6 +152,7 @@ opt_ath.h:
 
 opt_wlan.h:
 	echo '#define IEEE80211_DEBUG 1' > $@
-	echo '#define IEEE80211_SUPPORT_TDMA 1'>> $@
+	echo '#define IEEE80211_AMPDU_AGE 1'>> $@
+	echo '#define IEEE80211_SUPPORT_MESH 1'>> $@
 
 .include <bsd.kmod.mk>


More information about the svn-src-user mailing list