/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 540 enum nl80211_band band; in mwifiex_send_domain_info_cmd_fw() local 552 band = mwifiex_band_to_radio_type(adapter->config_bands); in mwifiex_send_domain_info_cmd_fw() 553 if (!wiphy->bands[band]) { in mwifiex_send_domain_info_cmd_fw() 559 sband = wiphy->bands[band]; in mwifiex_send_domain_info_cmd_fw() 1514 enum nl80211_band band; in mwifiex_cfg80211_dump_survey() local 1522 u8 curr_bss_band = priv->curr_bss_params.band; in mwifiex_cfg80211_dump_survey() 1525 band = mwifiex_band_to_radio_type(curr_bss_band); in mwifiex_cfg80211_dump_survey() 1527 ieee80211_channel_to_frequency(chan, band)); in mwifiex_cfg80211_dump_survey() 1542 band = pchan_stats[idx].bandcfg; in mwifiex_cfg80211_dump_survey() 1544 ieee80211_channel_to_frequency(pchan_stats[idx].chan_num, band)); in mwifiex_cfg80211_dump_survey() 1690 enum nl80211_band band; mwifiex_cfg80211_set_bitrate_mask() local 1877 enum nl80211_band band; mwifiex_cfg80211_set_antenna() local 2121 enum nl80211_band band; mwifiex_cfg80211_inform_ibss_bss() local 3841 u8 second_chan_offset, band; mwifiex_cfg80211_tdls_chan_switch() local 3984 enum nl80211_band band; mwifiex_cfg80211_get_channel() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
H A D | cfg80211.c | 536 enum nl80211_band band; in mwifiex_send_domain_info_cmd_fw() local 548 band = mwifiex_band_to_radio_type(adapter->config_bands); in mwifiex_send_domain_info_cmd_fw() 549 if (!wiphy->bands[band]) { in mwifiex_send_domain_info_cmd_fw() 555 sband = wiphy->bands[band]; in mwifiex_send_domain_info_cmd_fw() 1577 enum nl80211_band band; in mwifiex_cfg80211_dump_survey() local 1585 u8 curr_bss_band = priv->curr_bss_params.band; in mwifiex_cfg80211_dump_survey() 1588 band = mwifiex_band_to_radio_type(curr_bss_band); in mwifiex_cfg80211_dump_survey() 1590 ieee80211_channel_to_frequency(chan, band)); in mwifiex_cfg80211_dump_survey() 1605 band = pchan_stats[idx].bandcfg; in mwifiex_cfg80211_dump_survey() 1607 ieee80211_channel_to_frequency(pchan_stats[idx].chan_num, band)); in mwifiex_cfg80211_dump_survey() 1755 enum nl80211_band band; mwifiex_cfg80211_set_bitrate_mask() local 1942 enum nl80211_band band; mwifiex_cfg80211_set_antenna() local 2187 enum nl80211_band band; mwifiex_cfg80211_inform_ibss_bss() local 3886 u8 second_chan_offset, band; mwifiex_cfg80211_tdls_chan_switch() local 4030 enum nl80211_band band; mwifiex_cfg80211_get_channel() local [all...] |
/kernel/linux/linux-5.10/drivers/staging/wlan-ng/ |
H A D | cfg80211.c | 41 struct ieee80211_supported_band band; member 685 priv->band.channels = priv->channels; in wlan_create_wiphy() 686 priv->band.n_channels = ARRAY_SIZE(prism2_channels); in wlan_create_wiphy() 687 priv->band.bitrates = priv->rates; in wlan_create_wiphy() 688 priv->band.n_bitrates = ARRAY_SIZE(prism2_rates); in wlan_create_wiphy() 689 priv->band.band = NL80211_BAND_2GHZ; in wlan_create_wiphy() 690 priv->band.ht_cap.ht_supported = false; in wlan_create_wiphy() 691 wiphy->bands[NL80211_BAND_2GHZ] = &priv->band; in wlan_create_wiphy()
|
/kernel/linux/linux-6.6/drivers/staging/wlan-ng/ |
H A D | cfg80211.c | 41 struct ieee80211_supported_band band; member 689 priv->band.channels = priv->channels; in wlan_create_wiphy() 690 priv->band.n_channels = ARRAY_SIZE(prism2_channels); in wlan_create_wiphy() 691 priv->band.bitrates = priv->rates; in wlan_create_wiphy() 692 priv->band.n_bitrates = ARRAY_SIZE(prism2_rates); in wlan_create_wiphy() 693 priv->band.band = NL80211_BAND_2GHZ; in wlan_create_wiphy() 694 priv->band.ht_cap.ht_supported = false; in wlan_create_wiphy() 695 wiphy->bands[NL80211_BAND_2GHZ] = &priv->band; in wlan_create_wiphy()
|
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rxon.c | 69 priv->band = priv->hw->conf.chandef.chan->band; in iwl_connection_init_rx_config() 71 iwl_set_flags_for_band(priv, ctx, priv->band, ctx->vif); in iwl_connection_init_rx_config() 693 * iwl_set_rxon_channel - Set the band and channel values in staging RXON 697 * in the staging RXON flag structure based on the ch->band 702 enum nl80211_band band = ch->band; in iwl_set_rxon_channel() local 706 (priv->band == band)) in iwl_set_rxon_channel() 710 if (band in iwl_set_rxon_channel() 721 iwl_set_flags_for_band(struct iwl_priv *priv, struct iwl_rxon_context *ctx, enum nl80211_band band, struct ieee80211_vif *vif) iwl_set_flags_for_band() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.c | 1057 enum nl80211_band band; in qtnf_cfg80211_reg_notifier() local 1071 for (band = 0; band < NUM_NL80211_BANDS; ++band) { in qtnf_cfg80211_reg_notifier() 1072 if (!wiphy->bands[band]) in qtnf_cfg80211_reg_notifier() 1075 ret = qtnf_cmd_band_info_get(mac, wiphy->bands[band]); in qtnf_cfg80211_reg_notifier() 1077 pr_err("MAC%u: failed to update band %u\n", in qtnf_cfg80211_reg_notifier() 1078 mac->macid, band); in qtnf_cfg80211_reg_notifier() 1286 void qtnf_band_init_rates(struct ieee80211_supported_band *band) in qtnf_band_init_rates() argument 1288 switch (band in qtnf_band_init_rates() [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | utils.c | 139 enum nl80211_band band) in iwl_mvm_legacy_hw_idx_to_mac80211_idx() 143 bool is_LB = band == NL80211_BAND_2GHZ; in iwl_mvm_legacy_hw_idx_to_mac80211_idx() 154 enum nl80211_band band) in iwl_mvm_legacy_rate_to_mac80211_idx() 161 if (band != NL80211_BAND_2GHZ) in iwl_mvm_legacy_rate_to_mac80211_idx() 524 enum nl80211_band band; in iwl_mvm_ll_iter() local 532 band = mvmvif->deflink.phy_ctxt->channel->band; in iwl_mvm_ll_iter() 533 result->result_per_band[band] = true; in iwl_mvm_ll_iter() 548 bool iwl_mvm_low_latency_band(struct iwl_mvm *mvm, enum nl80211_band band) in iwl_mvm_low_latency_band() argument 556 return data.result_per_band[band]; in iwl_mvm_low_latency_band() 138 iwl_mvm_legacy_hw_idx_to_mac80211_idx(u32 rate_n_flags, enum nl80211_band band) iwl_mvm_legacy_hw_idx_to_mac80211_idx() argument 153 iwl_mvm_legacy_rate_to_mac80211_idx(u32 rate_n_flags, enum nl80211_band band) iwl_mvm_legacy_rate_to_mac80211_idx() argument 916 u32 *band = _data; iwl_mvm_tcm_iterator() local 933 u32 band[NUM_MAC_INDEX_DRIVER] = {0}; iwl_mvm_calc_tcm_stats() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/dvm/ |
H A D | rxon.c | 64 priv->band = priv->hw->conf.chandef.chan->band; in iwl_connection_init_rx_config() 66 iwl_set_flags_for_band(priv, ctx, priv->band, ctx->vif); in iwl_connection_init_rx_config() 688 * iwl_set_rxon_channel - Set the band and channel values in staging RXON 692 * in the staging RXON flag structure based on the ch->band 697 enum nl80211_band band = ch->band; in iwl_set_rxon_channel() local 701 (priv->band == band)) in iwl_set_rxon_channel() 705 if (band in iwl_set_rxon_channel() 716 iwl_set_flags_for_band(struct iwl_priv *priv, struct iwl_rxon_context *ctx, enum nl80211_band band, struct ieee80211_vif *vif) iwl_set_flags_for_band() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/quantenna/qtnfmac/ |
H A D | cfg80211.c | 1044 enum nl80211_band band; in qtnf_cfg80211_reg_notifier() local 1058 for (band = 0; band < NUM_NL80211_BANDS; ++band) { in qtnf_cfg80211_reg_notifier() 1059 if (!wiphy->bands[band]) in qtnf_cfg80211_reg_notifier() 1062 ret = qtnf_cmd_band_info_get(mac, wiphy->bands[band]); in qtnf_cfg80211_reg_notifier() 1064 pr_err("MAC%u: failed to update band %u\n", in qtnf_cfg80211_reg_notifier() 1065 mac->macid, band); in qtnf_cfg80211_reg_notifier() 1273 void qtnf_band_init_rates(struct ieee80211_supported_band *band) in qtnf_band_init_rates() argument 1275 switch (band in qtnf_band_init_rates() [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | opus_pvq.c | 432 the final normalised signal in the current band. */ 485 const int band, float *X, in quant_band_template() 530 int tf_change = f->tf_change[band]; in quant_band_template() 571 /* If we need 1.5 more bit than we can produce, split the band in two. */ in quant_band_template() 573 ff_celt_cache_index[(duration + 1) * CELT_MAX_BANDS + band]; in quant_band_template() 595 pulse_cap = ff_celt_log_freq_range[band] + duration * 8; in quant_band_template() 598 qn = (stereo && band >= f->intensity_stereo) ? 1 : in quant_band_template() 616 celt_stereo_is_decouple(X, Y, f->block[0].lin_energy[band], in quant_band_template() 617 f->block[1].lin_energy[band], N); in quant_band_template() 637 celt_stereo_is_decouple(X, Y, f->block[0].lin_energy[band], in quant_band_template() 483 quant_band_template(CeltPVQ *pvq, CeltFrame *f, OpusRangeCoder *rc, const int band, float *X, float *Y, int N, int b, uint32_t blocks, float *lowband, int duration, float *lowband_out, int level, float gain, float *lowband_scratch, int fill, int quant) quant_band_template() argument [all...] |
/kernel/linux/linux-5.10/drivers/staging/vt6655/ |
H A D | dpc.c | 54 sband = hw->wiphy->bands[hw->conf.chandef.chan->band]; in vnt_rx_data() 91 rx_status.band = hw->conf.chandef.chan->band; in vnt_rx_data()
|
/kernel/linux/linux-6.6/drivers/staging/vt6655/ |
H A D | dpc.c | 52 sband = hw->wiphy->bands[hw->conf.chandef.chan->band]; in vnt_rx_data() 89 rx_status.band = hw->conf.chandef.chan->band; in vnt_rx_data()
|
/third_party/ffmpeg/libavcodec/arm/ |
H A D | ac3dsp_armv6.S | 34 add r0, r0, r4, lsl #1 @ mask + band 38 ldrsh r9, [r0], #2 @ mask[band] 41 ldrb r10, [r4, #1]! @ band_start_tab[++band]
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 556 switch (chandef->chan->band) { in chan_to_phymode() 2237 enum nl80211_band band; in ath10k_peer_assoc_h_rates() local 2247 band = def.chan->band; in ath10k_peer_assoc_h_rates() 2248 sband = ar->hw->wiphy->bands[band]; in ath10k_peer_assoc_h_rates() 2249 ratemask = sta->supp_rates[band]; in ath10k_peer_assoc_h_rates() 2250 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath10k_peer_assoc_h_rates() 2297 enum nl80211_band band; in ath10k_peer_assoc_h_ht() local 2312 band = def.chan->band; in ath10k_peer_assoc_h_ht() 2547 enum nl80211_band band; ath10k_peer_assoc_h_vht() local 2720 enum nl80211_band band; ath10k_peer_assoc_h_phymode() local 3198 enum nl80211_band band; ath10k_update_channel_list() local 3351 ath10k_mac_update_channel_list(struct ath10k *ar, struct ieee80211_supported_band *band) ath10k_mac_update_channel_list() argument 4800 struct ieee80211_supported_band *band; ath10k_mac_setup_ht_vht_cap() local 5941 enum nl80211_band band; ath10k_bss_info_changed() local 6569 enum nl80211_band band; ath10k_sta_rc_update_wk() local 6735 ath10k_mac_bitrate_mask_has_single_rate(struct ath10k *ar, enum nl80211_band band, const struct cfg80211_bitrate_mask *mask, int *vht_num_rates) ath10k_mac_bitrate_mask_has_single_rate() argument 6759 ath10k_mac_bitrate_mask_get_single_rate(struct ath10k *ar, enum nl80211_band band, const struct cfg80211_bitrate_mask *mask, u8 *rate, u8 *nss, bool vht_only) ath10k_mac_bitrate_mask_get_single_rate() argument 6860 enum nl80211_band band; ath10k_mac_tid_bitrate_config() local 8051 ath10k_mac_bitrate_mask_get_single_nss(struct ath10k *ar, enum nl80211_band band, const struct cfg80211_bitrate_mask *mask, int *nss) ath10k_mac_bitrate_mask_get_single_nss() argument 8144 ath10k_mac_can_set_bitrate_mask(struct ath10k *ar, enum nl80211_band band, const struct cfg80211_bitrate_mask *mask, bool allow_pfr) ath10k_mac_can_set_bitrate_mask() argument 8242 enum nl80211_band band; ath10k_mac_op_set_bitrate_mask() local 9779 struct ieee80211_supported_band *band; ath10k_mac_register() local [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 567 switch (chandef->chan->band) { in chan_to_phymode() 2249 enum nl80211_band band; in ath10k_peer_assoc_h_rates() local 2259 band = def.chan->band; in ath10k_peer_assoc_h_rates() 2260 sband = ar->hw->wiphy->bands[band]; in ath10k_peer_assoc_h_rates() 2261 ratemask = sta->deflink.supp_rates[band]; in ath10k_peer_assoc_h_rates() 2262 ratemask &= arvif->bitrate_mask.control[band].legacy; in ath10k_peer_assoc_h_rates() 2309 enum nl80211_band band; in ath10k_peer_assoc_h_ht() local 2324 band = def.chan->band; in ath10k_peer_assoc_h_ht() 2560 enum nl80211_band band; ath10k_peer_assoc_h_vht() local 2735 enum nl80211_band band; ath10k_peer_assoc_h_phymode() local 3369 enum nl80211_band band; ath10k_update_channel_list() local 3522 ath10k_mac_update_channel_list(struct ath10k *ar, struct ieee80211_supported_band *band) ath10k_mac_update_channel_list() argument 4991 struct ieee80211_supported_band *band; ath10k_mac_setup_ht_vht_cap() local 6088 enum nl80211_band band; ath10k_bss_info_changed() local 6718 enum nl80211_band band; ath10k_sta_rc_update_wk() local 6884 ath10k_mac_bitrate_mask_has_single_rate(struct ath10k *ar, enum nl80211_band band, const struct cfg80211_bitrate_mask *mask, int *vht_num_rates) ath10k_mac_bitrate_mask_has_single_rate() argument 6908 ath10k_mac_bitrate_mask_get_single_rate(struct ath10k *ar, enum nl80211_band band, const struct cfg80211_bitrate_mask *mask, u8 *rate, u8 *nss, bool vht_only) ath10k_mac_bitrate_mask_get_single_rate() argument 7012 enum nl80211_band band; ath10k_mac_tid_bitrate_config() local 8212 ath10k_mac_bitrate_mask_get_single_nss(struct ath10k *ar, enum nl80211_band band, const struct cfg80211_bitrate_mask *mask, int *nss) ath10k_mac_bitrate_mask_get_single_nss() argument 8305 ath10k_mac_can_set_bitrate_mask(struct ath10k *ar, enum nl80211_band band, const struct cfg80211_bitrate_mask *mask, bool allow_pfr) ath10k_mac_can_set_bitrate_mask() argument 8403 enum nl80211_band band; ath10k_mac_op_set_bitrate_mask() local 9944 struct ieee80211_supported_band *band; ath10k_mac_register() local [all...] |
/kernel/linux/linux-5.10/net/wireless/ |
H A D | reg.c | 1269 * freq_in_rule_band - tells us if a frequency is in a frequency band 1274 * a specific frequency's band. Bands are device specific and artificial 1275 * definitions (the "2.4 GHz band", the "5 GHz band" and the "60GHz band"), 1277 * part of a frequency's band if the start freq or end freq are off by more 1279 * 60 GHz band. 1289 * Pertaining to operation in a frequency band containing a channel in freq_in_rule_band() 1607 * in center_freq's band, that's enough, so let's in freq_reg_info_regd() 1676 bool is_s1g = chan->band in reg_rule_to_chan_bw_flags() 2311 enum nl80211_band band; reg_process_ht_flags() local 2438 enum nl80211_band band; wiphy_update_regulatory() local 2560 enum nl80211_band band; wiphy_apply_custom_regulatory() local 2904 int i, j, band; wiphy_share_dfs_chan_state() local 3078 enum nl80211_band band; reg_process_self_managed_hints() local 3258 regulatory_hint_country_ie(struct wiphy *wiphy, enum nl80211_band band, const u8 *country_ie, u8 country_ie_len) regulatory_hint_country_ie() argument 3358 enum nl80211_band band; restore_custom_reg_settings() local [all...] |
/kernel/linux/linux-6.6/net/wireless/ |
H A D | reg.c | 1273 * freq_in_rule_band - tells us if a frequency is in a frequency band 1278 * a specific frequency's band. Bands are device specific and artificial 1279 * definitions (the "2.4 GHz band", the "5 GHz band" and the "60GHz band"), 1281 * part of a frequency's band if the start freq or end freq are off by more 1283 * 60 GHz band. 1293 * Pertaining to operation in a frequency band containing a channel in freq_in_rule_band() 1615 * in center_freq's band, that's enough, so let's in freq_reg_info_regd() 1684 bool is_s1g = chan->band in reg_rule_to_chan_bw_flags() 2321 enum nl80211_band band; reg_process_ht_flags() local 2484 enum nl80211_band band; wiphy_update_regulatory() local 2607 enum nl80211_band band; wiphy_apply_custom_regulatory() local 2967 int i, j, band; wiphy_share_dfs_chan_state() local 3140 enum nl80211_band band; reg_process_self_managed_hint() local 3335 regulatory_hint_country_ie(struct wiphy *wiphy, enum nl80211_band band, const u8 *country_ie, u8 country_ie_len) regulatory_hint_country_ie() argument 3435 enum nl80211_band band; restore_custom_reg_settings() local [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | tx.c | 80 sband = local->hw.wiphy->bands[info->band]; in ieee80211_duration() 86 if (sband->band == NL80211_BAND_S1GHZ) in ieee80211_duration() 157 switch (sband->band) { in ieee80211_duration() 195 dur = ieee80211_frame_duration(sband->band, 10, rate, erp, in ieee80211_duration() 204 dur += ieee80211_frame_duration(sband->band, next_frag_len, in ieee80211_duration() 687 sband = tx->local->hw.wiphy->bands[info->band]; in ieee80211_tx_h_rate_ctrl() 698 txrc.rate_idx_mask = tx->sdata->rc_rateidx_mask[info->band]; in ieee80211_tx_h_rate_ctrl() 700 if (tx->sdata->rc_has_mcs_mask[info->band]) in ieee80211_tx_h_rate_ctrl() 702 tx->sdata->rc_rateidx_mcs_mask[info->band]; in ieee80211_tx_h_rate_ctrl() 745 "%pM on %d GHz band\ in ieee80211_tx_h_rate_ctrl() 1540 enum nl80211_band band; ieee80211_txq_setup_flows() local 1857 ieee80211_tx_prepare_skb(struct ieee80211_hw *hw, struct ieee80211_vif *vif, struct sk_buff *skb, int band, struct ieee80211_sta **sta) ieee80211_tx_prepare_skb() argument 2553 enum nl80211_band band; ieee80211_build_hdr() local 4800 enum nl80211_band band; __ieee80211_beacon_get() local 5446 __ieee80211_tx_skb_tid_band(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb, int tid, enum nl80211_band band) __ieee80211_tx_skb_tid_band() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
H A D | common-init.c | 22 .band = NL80211_BAND_2GHZ, \ 29 .band = NL80211_BAND_5GHZ, \ 71 /* _We_ call this "Middle band" */ 143 common->sbands[NL80211_BAND_2GHZ].band = NL80211_BAND_2GHZ; in ath9k_cmn_init_channels_rates() 160 common->sbands[NL80211_BAND_5GHZ].band = NL80211_BAND_5GHZ; in ath9k_cmn_init_channels_rates()
|
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmutil/ |
H A D | d11.c | 126 ch->band = BRCMU_CHAN_BAND_5G; in brcmu_d11n_decchspec() 129 ch->band = BRCMU_CHAN_BAND_2G; in brcmu_d11n_decchspec() 226 ch->band = BRCMU_CHAN_BAND_5G; in brcmu_d11ac_decchspec() 229 ch->band = BRCMU_CHAN_BAND_2G; in brcmu_d11ac_decchspec()
|
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76x02_txrx.c | 76 enum nl80211_band band = dev->mphy.chandef.chan->band; in mt76x02_tx_get_max_txpwr_adj() local 78 if (band == NL80211_BAND_2GHZ) { in mt76x02_tx_get_max_txpwr_adj() 83 r = &wiphy->bands[band]->bitrates[rate->idx]; in mt76x02_tx_get_max_txpwr_adj()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl18xx/ |
H A D | event.c | 54 enum nl80211_band band; in wlcore_smart_config_sync_event() local 58 band = NL80211_BAND_5GHZ; in wlcore_smart_config_sync_event() 60 band = NL80211_BAND_2GHZ; in wlcore_smart_config_sync_event() 62 freq = ieee80211_channel_to_frequency(sync_channel, band); in wlcore_smart_config_sync_event() 65 "SMART_CONFIG_SYNC_EVENT_ID, freq: %d (chan: %d band %d)", in wlcore_smart_config_sync_event()
|
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/ |
H A D | rx.c | 152 rx_status->band = hw->conf.chandef.chan->band; in rtw_rx_fill_rx_status() 163 if (rx_status->band == NL80211_BAND_5GHZ && in rtw_rx_fill_rx_status() 167 } else if (rx_status->band == NL80211_BAND_2GHZ && in rtw_rx_fill_rx_status()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
H A D | common-init.c | 22 .band = NL80211_BAND_2GHZ, \ 29 .band = NL80211_BAND_5GHZ, \ 71 /* _We_ call this "Middle band" */ 143 common->sbands[NL80211_BAND_2GHZ].band = NL80211_BAND_2GHZ; in ath9k_cmn_init_channels_rates() 160 common->sbands[NL80211_BAND_5GHZ].band = NL80211_BAND_5GHZ; in ath9k_cmn_init_channels_rates()
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmutil/ |
H A D | d11.c | 126 ch->band = BRCMU_CHAN_BAND_5G; in brcmu_d11n_decchspec() 129 ch->band = BRCMU_CHAN_BAND_2G; in brcmu_d11n_decchspec() 226 ch->band = BRCMU_CHAN_BAND_5G; in brcmu_d11ac_decchspec() 229 ch->band = BRCMU_CHAN_BAND_2G; in brcmu_d11ac_decchspec()
|