On Fri, 2012-03-02 at 15:05 -0800, Thomas Pedersen wrote: > Airtime link metric estimation was broken in HT mesh, use > cfg80211_calculate_bitrate to get the right rate value. > - if (sta->last_tx_rate.flags & IEEE80211_TX_RC_MCS) > + sta_set_sinfo(sta, &sinfo); > + rate = cfg80211_calculate_bitrate(&sinfo.txrate); > + if (WARN_ON(!rate)) > return MAX_METRIC; Patch 1 should be rolled into this, but I don't like it -- you fill a lot of info you don't need, I think the rate should be factored out of sta_set_sinfo then 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