On Sun, 2014-11-16 at 00:27 +0100, Felix Fietkau wrote: > @@ -1026,6 +1023,10 @@ minstrel_ht_get_rate(void *priv, struct ieee80211_sta *sta, void *priv_sta, > if (!msp->is_ht) > return mac80211_minstrel.get_rate(priv, sta, &msp->legacy, txrc); > > + if (!(info->flags & IEEE80211_TX_CTL_AMPDU) && > + mi->max_prob_rate / MCS_GROUP_RATES != MINSTREL_CCK_GROUP) > + minstrel_aggr_check(sta, txrc->skb); Indentation is now broken. johannes -- 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