In v3 the moduleparam minstrel_vht_only should go under CONFIG_MAC80211_RC_MINSTREL_VHT. On Fri, Oct 17, 2014 at 09:50:59PM +0200, Karl Beldan wrote: > @@ -91,6 +124,10 @@ > } \ > } > > +static bool minstrel_vht_only = true; > +module_param(minstrel_vht_only, bool, 0644); > +MODULE_PARM_DESC(minstrel_vht_only, "Use only VHT rates when VHT is supported by sta."); > + Here, > @@ -1012,6 +1155,9 @@ minstrel_ht_update_caps(void *priv, struct ieee80211_supported_band *sband, > continue; > } > > + if (minstrel_vht_only && !(gflags & IEEE80211_TX_RC_VHT_MCS)) > + continue; > + and there. Karl -- 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