Date: Mon, 29 Aug 2011 05:59:49 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r225241 - user/adrian/if_ath_tx/sys/modules/ath Message-ID: <201108290559.p7T5xnhP082935@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108290559.p7T5xnhP082935>