Lines Matching refs:sband
2656 struct ieee80211_supported_band *sband; in ieee80211_rx_h_action() local
2679 sband = rx->local->hw.wiphy->bands[status->band]; in ieee80211_rx_h_action()
2681 rate_control_rate_update(local, sband, rx->sta, in ieee80211_rx_h_action()
2686 struct ieee80211_supported_band *sband; in ieee80211_rx_h_action() local
2708 sband = rx->local->hw.wiphy->bands[status->band]; in ieee80211_rx_h_action()
2710 rate_control_rate_update(local, sband, rx->sta, in ieee80211_rx_h_action()
3142 struct ieee80211_supported_band *sband; in ieee80211_rx_handlers_result() local
3147 sband = rx->local->hw.wiphy->bands[status->band]; in ieee80211_rx_handlers_result()
3150 rate = &sband->bitrates[status->rate_idx]; in ieee80211_rx_handlers_result()
3574 struct ieee80211_supported_band *sband; in ieee80211_rx_napi() local
3582 sband = local->hw.wiphy->bands[status->band]; in ieee80211_rx_napi()
3583 if (WARN_ON(!sband)) in ieee80211_rx_napi()
3639 if (WARN_ON(status->rate_idx >= sband->n_bitrates)) in ieee80211_rx_napi()
3641 rate = &sband->bitrates[status->rate_idx]; in ieee80211_rx_napi()