Date: Mon, 13 Jun 2011 06:42:44 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-user@freebsd.org Subject: svn commit: r223040 - user/adrian/if_ath_tx/sys/modules/ath Message-ID: <201106130642.p5D6givn059861@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201106130642.p5D6givn059861>