On Thu, Apr 18, 2013 at 01:51:27PM +0200, Karl Beldan wrote: > From: Karl Beldan <karl.beldan@xxxxxxxxxxxxxxxx> > > Initialize {mp,mi}->{max_tp_rate,max_tp_rate2,max_prob_rate} in > minstrel_ht's rate_init and rate_update. > > Signed-off-by: Karl Beldan <karl.beldan@xxxxxxxxxxxxxxxx> > --- > net/mac80211/rc80211_minstrel_ht.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/net/mac80211/rc80211_minstrel_ht.c b/net/mac80211/rc80211_minstrel_ht.c > index eb6dc3f..5768cc0 100644 > --- a/net/mac80211/rc80211_minstrel_ht.c > +++ b/net/mac80211/rc80211_minstrel_ht.c > @@ -907,6 +907,9 @@ minstrel_ht_update_caps(void *priv, struct ieee80211_supported_band *sband, > if (!n_supported) > goto use_legacy; > > + // initialize {mp,mi}->{max_tp_rate,max_tp_rate2,max_prob_rate} The comment should have been: {mi,mi->groups[*]} instead of {mp,mi}. 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