On Thu, Apr 14, 2011 at 1:53 PM, Damian Lesiuk <lesiuk@xxxxxxxxx> wrote: > ieee80211 phy0: Selected rate control algorithm 'minstrel' That's the ticket! you see minstrel does not know about ht frames at all! You need to have minstrel_ht for it to work properly. The weird thing is that minstrel_ht should be the default rate control [e.g. config.mk in compat-wireless should have: CONFIG_MAC80211_RC_DEFAULT=minstrel_ht ] algorithm, so the question is: who or what changed the default? do you have a module option for mac80211 to overwrite ieee80211_default_rc_algo? (check /sys/module/mac80211/parameters/ieee80211_default_rc_algo it should say minstrel_ht) Regards, Chr -- 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