Lines Matching defs:sband
3253 struct ieee80211_supported_band *sband;
3284 sband = rx->local->hw.wiphy->bands[status->band];
3286 rate_control_rate_update(local, sband, rx->sta,
3295 struct ieee80211_supported_band *sband;
3318 sband = rx->local->hw.wiphy->bands[status->band];
3323 rate_control_rate_update(local, sband, rx->sta,
3809 struct ieee80211_supported_band *sband;
3814 sband = rx->local->hw.wiphy->bands[status->band];
3816 rate = &sband->bitrates[status->rate_idx];
4744 struct ieee80211_supported_band *sband;
4752 sband = local->hw.wiphy->bands[status->band];
4753 if (WARN_ON(!sband))
4823 if (WARN_ON(status->rate_idx >= sband->n_bitrates))
4825 rate = &sband->bitrates[status->rate_idx];