iwlagn_hwrate_to_mac80211_idx
int iwlagn_hwrate_to_mac80211_idx(u32 rate_n_flags, enum nl80211_band band);
iwlagn_hwrate_to_mac80211_idx(rate_n_flags, rx_status.band);
r->idx = iwlagn_hwrate_to_mac80211_idx(rate_n_flags, info->band);