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@xxxxxxxxxxxx> --- Index: compat-wireless-2009-02-19/config.mk =================================================================== --- compat-wireless-2009-02-19.orig/config.mk +++ compat-wireless-2009-02-19/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 -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html