Wireless-testing is using minstrel_ht already as default rc algorithm. Do the same im compat-wireless. Setting CONFIG_MAC80211_RC_DEFAULT manually is needed in compat-wireless since it doesn't have the Kconfig magic to automagically select minstrel_ht if it is compiled in. Signed-off-by: Helmut Schaa <helmut.schaa@xxxxxxxxxxxxxx> --- config.mk | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.mk b/config.mk index b61c318..a021172 100644 --- a/config.mk +++ b/config.mk @@ -124,12 +124,12 @@ CONFIG_MAC80211=m # CONFIG_MAC80211_DRIVER_API_TRACER=y # choose between pid and minstrel as default rate control algorithm -CONFIG_MAC80211_RC_DEFAULT=minstrel +CONFIG_MAC80211_RC_DEFAULT=minstrel_ht CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y # CONFIG_MAC80211_RC_DEFAULT_PID=y # This is the one used by our compat-wireless net/mac80211/rate.c # in case you have and old kernel which is overriding this to pid. -CONFIG_COMPAT_MAC80211_RC_DEFAULT=minstrel +CONFIG_COMPAT_MAC80211_RC_DEFAULT=minstrel_ht CONFIG_MAC80211_RC_PID=y CONFIG_MAC80211_RC_MINSTREL=y CONFIG_MAC80211_RC_MINSTREL_HT=y -- 1.7.1 -- 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