Lines Matching refs:sband
274 struct ieee80211_supported_band *sband, in ieee80211_add_tx_radiotap_header() argument
306 rate = sband->bitrates[info->status.rates[0].idx].bitrate; in ieee80211_add_tx_radiotap_header()
623 struct ieee80211_supported_band *sband; in ieee80211_tx_status_noskb() local
630 sband = hw->wiphy->bands[info->band]; in ieee80211_tx_status_noskb()
657 rate_control_tx_status_noskb(local, sband, sta, info); in ieee80211_tx_status_noskb()
675 struct ieee80211_supported_band *sband, in ieee80211_tx_monitor() argument
691 ieee80211_add_tx_radiotap_header(local, sband, skb, retry_count, in ieee80211_tx_monitor()
737 struct ieee80211_supported_band *sband; in ieee80211_tx_status() local
753 sband = local->hw.wiphy->bands[info->band]; in ieee80211_tx_status()
848 rate_control_tx_status(local, sband, sta, skb); in ieee80211_tx_status()
939 ieee80211_tx_monitor(local, skb, sband, retry_count, shift, send_to_cooked); in ieee80211_tx_status()