Lines Matching defs:band
404 if (rate->idx == mp->ofdm_rates[mi->band][idx])
448 if (rate->legacy == minstrel_ofdm_bitrates[ mp->ofdm_rates[mi->band][idx] ])
1217 if (rate->idx == mp->ofdm_rates[mi->band][i])
1250 minstrel_ofdm_bitrates[ mp->ofdm_rates[mi->band][i] ])
1469 idx = mp->ofdm_rates[mi->band][index %
1640 rate->idx = mp->ofdm_rates[mi->band][idx];
1658 if (sband->band != NL80211_BAND_2GHZ)
1667 !rate_supported(sta, sband->band, mp->cck_rates[i]))
1687 rates = mp->ofdm_rates[sband->band];
1690 !rate_supported(sta, sband->band, rates[i]))
1725 mi->band = sband->band;
1728 ack_dur = ieee80211_frame_duration(sband->band, 10, 60, 1, 1, 0);
1729 mi->overhead = ieee80211_frame_duration(sband->band, 0, 60, 1, 1, 0);
1735 ack_dur = ieee80211_frame_duration(sband->band, 10,
1917 minstrel_ht_init_ofdm_rates(struct minstrel_priv *mp, enum nl80211_band band)
1923 memset(mp->ofdm_rates[band], 0xff, sizeof(mp->ofdm_rates[band]));
1924 sband = mp->hw->wiphy->bands[band];
1928 BUILD_BUG_ON(ARRAY_SIZE(mp->ofdm_rates[band]) != ARRAY_SIZE(bitrates));
1929 minstrel_ht_fill_rate_array(mp->ofdm_rates[band], sband,