Lines Matching defs:sband
49 struct ieee80211_supported_band *sband;
71 sband = local->hw.wiphy->bands[info->band];
72 txrate = &sband->bitrates[tx->rate.idx];
77 if (sband->band == NL80211_BAND_S1GHZ)
135 mrate = sband->bitrates[0].bitrate;
136 for (i = 0; i < sband->n_bitrates; i++) {
137 struct ieee80211_rate *r = &sband->bitrates[i];
148 switch (sband->band) {
187 dur = ieee80211_frame_duration(sband->band, 10, rate, erp,
196 dur += ieee80211_frame_duration(sband->band, next_frag_len,
688 struct ieee80211_supported_band *sband;
697 sband = tx->local->hw.wiphy->bands[info->band];
704 txrc.sband = sband;
752 !rate_usable_index_exists(sband, &tx->sta->sta),
1597 struct ieee80211_supported_band *sband;
1599 sband = local->hw.wiphy->bands[band];
1600 if (!sband)
1603 supp_vht = supp_vht || sband->vht_cap.vht_supported;
2252 struct ieee80211_supported_band *sband =
2268 } else if (sband) {
2269 for (i = 0; i < sband->n_bitrates; i++) {
2270 if (rate * 5 != sband->bitrates[i].bitrate)
5202 txrc.sband = local->hw.wiphy->bands[band];