On Wed, 2010-10-06 at 20:08 +0200, Shahar Levi wrote: > /* peek into the rates configured in the STA entry */ > spin_lock_irqsave(&wl->wl_lock, flags); > - if (sta && sta->supp_rates[conf->channel->band] != wl->sta_rate_set) { > + if (sta && > + (sta->supp_rates[conf->channel->band] != > + (wl->sta_rate_set & HW_BG_RATES_MASK))) { > wl->sta_rate_set = sta->supp_rates[conf->channel->band]; > set_bit(WL1271_FLAG_STA_RATES_CHANGED, &wl->flags); > } ??? How can non-BG rates ever show up there? Is this really an 11a change? 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