Home
last modified time | relevance | path

Searched refs:sbands (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/net/wireless/rsi/
H A Drsi_91x_mac80211.c195 struct ieee80211_supported_band *sbands = &adapter->sbands[band]; in rsi_register_rates_channels() local
203 sbands->band = NL80211_BAND_2GHZ; in rsi_register_rates_channels()
204 sbands->n_channels = ARRAY_SIZE(rsi_2ghz_channels); in rsi_register_rates_channels()
205 sbands->bitrates = rsi_rates; in rsi_register_rates_channels()
206 sbands->n_bitrates = ARRAY_SIZE(rsi_rates); in rsi_register_rates_channels()
212 sbands->band = NL80211_BAND_5GHZ; in rsi_register_rates_channels()
213 sbands->n_channels = ARRAY_SIZE(rsi_5ghz_channels); in rsi_register_rates_channels()
214 sbands->bitrates = &rsi_rates[4]; in rsi_register_rates_channels()
215 sbands->n_bitrates = ARRAY_SIZE(rsi_rates) - 4; in rsi_register_rates_channels()
218 sbands->channels = channels; in rsi_register_rates_channels()
[all …]
H A Drsi_main.h359 struct ieee80211_supported_band sbands[NUM_NL80211_BANDS]; member
/linux/drivers/net/wireless/ath/ath5k/
H A Dpcu.c286 for (i = 0; i < ah->sbands[band].n_bitrates; i++) { in ath5k_hw_write_rate_duration()
291 rate = &ah->sbands[band].bitrates[ack_rates_high[i]]; in ath5k_hw_write_rate_duration()
294 rate = &ah->sbands[band].bitrates[0]; in ath5k_hw_write_rate_duration()
297 rate = &ah->sbands[band].bitrates[4]; in ath5k_hw_write_rate_duration()
H A Dqcu.c613 sband = &ah->sbands[band]; in ath5k_hw_set_ifs_intervals()
H A Dath5k.h1268 struct ieee80211_supported_band sbands[NUM_NL80211_BANDS]; member
H A Ddebug.c1011 struct ieee80211_supported_band *band = &ah->sbands[b]; in ath5k_debug_dump_bands()
/linux/drivers/net/wireless/ath/
H A Dath.h190 struct ieee80211_supported_band sbands[NUM_NL80211_BANDS]; member
/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c111 sband = &common->sbands[NL80211_BAND_2GHZ]; in ath_chanctx_init()
113 sband = &common->sbands[NL80211_BAND_5GHZ]; in ath_chanctx_init()
1334 sband = &common->sbands[NL80211_BAND_2GHZ]; in ath9k_offchannel_init()
1336 sband = &common->sbands[NL80211_BAND_5GHZ]; in ath9k_offchannel_init()
H A Ddynack.c262 rate = &common->sbands[info->band].bitrates[rates[ridx].idx]; in ath_dynack_sample_tx_ts()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c3389 iftd = ieee80211_get_sband_iftype_data(&ar->mac.sbands[band], vif->type); in ath12k_peer_assoc_h_eht()
5210 if (ar->mac.sbands[band].channels && in ath12k_mac_select_scan_device()
8606 band = &ar->mac.sbands[NL80211_BAND_2GHZ]; in ath12k_mac_setup_ht_vht_cap()
8617 band = &ar->mac.sbands[NL80211_BAND_5GHZ]; in ath12k_mac_setup_ht_vht_cap()
9071 sband = &ar->mac.sbands[band]; in ath12k_mac_setup_sband_iftype_data()
9081 sband = &ar->mac.sbands[band]; in ath12k_mac_setup_sband_iftype_data()
9092 sband = &ar->mac.sbands[band]; in ath12k_mac_setup_sband_iftype_data()
11238 int n = ar->mac.sbands[band].n_iftype_data; in ath12k_mac_check_down_grade_phy_mode()
12788 struct ieee80211_supported_band *sband = &ar->mac.sbands[band]; in ath12k_mac_bitrate_mask_get_single_nss()
14251 band = &ar->mac.sbands[NL80211_BAND_2GHZ]; in ath12k_mac_setup_channels_rates()
[all …]
H A Ddp_mon.c130 sband = &ar->mac.sbands[rx_status->band]; in ath12k_dp_mon_fill_rx_rate()
484 sband = &ar->mac.sbands[rxs->band]; in ath12k_dp_mon_update_radiotap()
H A Ddebugfs.c1554 if (ar->mac.sbands[NL80211_BAND_5GHZ].channels) { in ath12k_debugfs_register()
1566 if (ar->mac.sbands[NL80211_BAND_6GHZ].channels && in ath12k_debugfs_register()
H A Dcore.h641 struct ieee80211_supported_band sbands[NUM_NL80211_BANDS]; member
H A Ddp_rx.c1241 sband = &ar->mac.sbands[rx_status->band]; in ath12k_dp_rx_h_rate()
H A Dwmi.c7337 sband = &ar->mac.sbands[status->band]; in ath12k_mgmt_rx_event()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c5027 band = &ar->mac.sbands[NL80211_BAND_2GHZ]; in ath10k_mac_setup_ht_vht_cap()
5031 band = &ar->mac.sbands[NL80211_BAND_5GHZ]; in ath10k_mac_setup_ht_vht_cap()
8268 struct ieee80211_supported_band *sband = &ar->mac.sbands[band]; in ath10k_mac_bitrate_mask_get_single_nss()
10020 band = &ar->mac.sbands[NL80211_BAND_2GHZ]; in ath10k_mac_register()
10044 band = &ar->mac.sbands[NL80211_BAND_5GHZ]; in ath10k_mac_register()
10362 kfree(ar->mac.sbands[NL80211_BAND_2GHZ].channels); in ath10k_mac_register()
10363 kfree(ar->mac.sbands[NL80211_BAND_5GHZ].channels); in ath10k_mac_register()
10376 kfree(ar->mac.sbands[NL80211_BAND_2GHZ].channels); in ath10k_mac_unregister()
10377 kfree(ar->mac.sbands[NL80211_BAND_5GHZ].channels); in ath10k_mac_unregister()
H A Dhtt_rx.c1022 sband = &ar->mac.sbands[status->band]; in ath10k_htt_rx_h_rates()
H A Dwmi.c2594 sband = &ar->mac.sbands[status->band]; in ath10k_wmi_event_mgmt_rx()
/linux/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c2330 sband = &ar->mac.sbands[rx_status->band]; in ath11k_dp_rx_h_rate()
5072 sband = &ar->mac.sbands[rxs->band]; in ath11k_update_radiotap()
H A Dwmi.c7683 sband = &ar->mac.sbands[status->band]; in ath11k_mgmt_rx_event()