Lines Matching refs:band

71 	sband = local->hw.wiphy->bands[info->band];  in ieee80211_duration()
77 if (sband->band == NL80211_BAND_S1GHZ) in ieee80211_duration()
148 switch (sband->band) { in ieee80211_duration()
187 dur = ieee80211_frame_duration(sband->band, 10, rate, erp, in ieee80211_duration()
196 dur += ieee80211_frame_duration(sband->band, next_frag_len, in ieee80211_duration()
697 sband = tx->local->hw.wiphy->bands[info->band]; in ieee80211_tx_h_rate_ctrl()
712 txrc.rate_idx_mask = tx->sdata->rc_rateidx_mask[info->band]; in ieee80211_tx_h_rate_ctrl()
714 if (tx->sdata->rc_has_mcs_mask[info->band]) in ieee80211_tx_h_rate_ctrl()
716 tx->sdata->rc_rateidx_mcs_mask[info->band]; in ieee80211_tx_h_rate_ctrl()
763 info->band ? 5 : 2)) in ieee80211_tx_h_rate_ctrl()
1591 enum nl80211_band band; in ieee80211_txq_setup_flows() local
1601 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ieee80211_txq_setup_flows()
1604 sband = local->hw.wiphy->bands[band]; in ieee80211_txq_setup_flows()
1900 int band, struct ieee80211_sta **sta) in ieee80211_tx_prepare_skb() argument
1910 info->band = band; in ieee80211_tx_prepare_skb()
2258 local->hw.wiphy->bands[info->band]; in ieee80211_parse_tx_radiotap()
2416 info->band = chandef->chan->band; in ieee80211_monitor_start_xmit()
2603 enum nl80211_band band; in ieee80211_build_hdr() local
2822 band = 0; in ieee80211_build_hdr()
2824 band = chanctx_conf->def.chan->band; in ieee80211_build_hdr()
2951 info->band = band; in ieee80211_build_hdr()
3067 build.band = chanctx_conf->def.chan->band; in ieee80211_check_fast_xmit()
3071 build.band = 0; in ieee80211_check_fast_xmit()
3690 info->band = fast_tx->band; in __ieee80211_xmit_fast()
4792 info->band = chanctx_conf->def.chan->band; in ieee80211_tx_pending_skb()
4932 if (ieee80211_get_link_sband(link)->band != NL80211_BAND_S1GHZ) { in __ieee80211_beacon_add_tim()
5182 enum nl80211_band band; in ieee80211_beacon_get_finish() local
5199 band = chanctx_conf->def.chan->band; in ieee80211_beacon_get_finish()
5203 info->band = band; in ieee80211_beacon_get_finish()
5207 txrc.sband = local->hw.wiphy->bands[band]; in ieee80211_beacon_get_finish()
5211 if (sdata->beacon_rate_set && sdata->beacon_rateidx_mask[band]) in ieee80211_beacon_get_finish()
5212 txrc.rate_idx_mask = sdata->beacon_rateidx_mask[band]; in ieee80211_beacon_get_finish()
5214 txrc.rate_idx_mask = sdata->rc_rateidx_mask[band]; in ieee80211_beacon_get_finish()
5912 info->band = chanctx_conf->def.chan->band; in ieee80211_get_buffered_bc()
6016 enum nl80211_band band) in __ieee80211_tx_skb_tid_band() argument
6066 IEEE80211_SKB_CB(skb)->band = band; in __ieee80211_tx_skb_tid_band()
6075 enum nl80211_band band; in ieee80211_tx_skb_tid() local
6087 band = chanctx_conf->def.chan->band; in ieee80211_tx_skb_tid()
6092 band = 0; in ieee80211_tx_skb_tid()
6095 __ieee80211_tx_skb_tid_band(sdata, skb, tid, link_id, band); in ieee80211_tx_skb_tid()