compat-2.6: Add place holder for CONFIG_MAC80211_DEBUGFS in config.mk
authorLarry Finger <Larry.Finger@lwfinger.net>
Fri, 20 Feb 2009 02:54:25 +0000 (18:54 -0800)
committerLuis R. Rodriguez <lrodriguez@atheros.com>
Fri, 20 Feb 2009 02:59:42 +0000 (18:59 -0800)
It is difficult to help someone debug a rate-setting problem when using
compat-wireless because debugging is not set for mac80211. With this patch
the place holder is in the make file even though the debug option is not
set, and it will be easier to coach a user on turning it on.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
config.mk

index 450cbb558dac12735a67b86dcfbbf96400b0ab26..7ff46c3336d9bd441bc80523aba5578ee2000af0 100644 (file)
--- a/config.mk
+++ b/config.mk
@@ -74,6 +74,7 @@ endif # kernel Makefile check
 
 # Wireless subsystem stuff
 CONFIG_MAC80211=m
+# CONFIG_MAC80211_DEBUGFS is not set
 
 # choose between pid and minstrel as default rate control algorithm
 CONFIG_MAC80211_RC_DEFAULT=minstrel