On Mon, 2013-04-15 at 14:33 +0200, Karl Beldan wrote: > > > +++ b/net/mac80211/cfg.c > > > @@ -389,7 +389,7 @@ void sta_set_rate_info_tx(struct sta_info *sta, > > > } else if (rate->flags & IEEE80211_TX_RC_VHT_MCS) { > > > rinfo->flags |= RATE_INFO_FLAGS_VHT_MCS; > > > rinfo->mcs = ieee80211_rate_get_vht_mcs(rate); > > > - rinfo->nss = ieee80211_rate_get_vht_nss(rate); > > > + rinfo->nss = ieee80211_rate_get_vht_nss(rate) + 1; > > > } else { > > > struct ieee80211_supported_band *sband; > > > sband = sta->local->hw.wiphy->bands[ > > > } > > > > > > Wouldn't this one also require an update for VHT radiotap in > > net/mac80211/rx.c around line 320 (RX_FLAG_VHT)? > > > The radiotap field is set with ieee80211_rx_status.vht_nss, so no need. And that's properly 1-based, rather than 0-based like in TX info? I guess I forgot all of this already, heh. 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