Home
last modified time | relevance | path

Searched refs:band (Results 101 – 125 of 687) sorted by relevance

12345678910>>...28

/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dutils.c139 enum nl80211_band band) in iwl_mvm_legacy_hw_idx_to_mac80211_idx() argument
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() argument
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()
556 return data.result_per_band[band]; in iwl_mvm_low_latency_band()
916 u32 *band = _data; in iwl_mvm_tcm_iterator() local
921 band[mvmvif->id] = mvmvif->deflink.phy_ctxt->channel->band; in iwl_mvm_tcm_iterator()
949 &band); in iwl_mvm_calc_tcm_stats()
[all …]
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x0/
H A Dphy.c208 switch (band) { in mt76x0_phy_set_band()
239 enum nl80211_band band; in mt76x0_phy_set_chan_rf_params() local
253 rf_band = mt76x0_frequency_plan[i].band; in mt76x0_phy_set_chan_rf_params()
362 if (mt76x02_ext_pa_enabled(dev, band)) { in mt76x0_phy_set_chan_rf_params()
508 if (chan->band == NL80211_BAND_5GHZ) in mt76x0_phy_tssi_dc_calibrate()
538 if (chan->band == NL80211_BAND_5GHZ) in mt76x0_phy_tssi_dc_calibrate()
558 if (chan->band == NL80211_BAND_5GHZ) in mt76x0_phy_tssi_adc_calibrate()
707 if (chan->band == NL80211_BAND_5GHZ) { in mt76x0_phy_get_delta_power()
737 if (chan->band == NL80211_BAND_2GHZ) in mt76x0_phy_get_delta_power()
777 if (chan->band == NL80211_BAND_5GHZ) { in mt76x0_phy_get_delta_power()
[all …]
/openbmc/linux/drivers/media/radio/
H A Dradio-si476x.c75 freq <= si476x_bands[band].rangehigh; in si476x_radio_freq_is_inside_of_the_band()
79 int band) in si476x_radio_range_is_inside_of_the_band() argument
82 high <= si476x_bands[band].rangehigh; in si476x_radio_range_is_inside_of_the_band()
338 struct v4l2_frequency_band *band) in si476x_radio_enum_freq_bands() argument
343 if (band->tuner != 0) in si476x_radio_enum_freq_bands()
351 *band = si476x_bands[band->index]; in si476x_radio_enum_freq_bands()
360 if (band->index == SI476X_BAND_FM) { in si476x_radio_enum_freq_bands()
361 *band = si476x_bands[band->index]; in si476x_radio_enum_freq_bands()
688 const int band = (freq > midrange) ? in si476x_radio_s_frequency() local
700 si476x_bands[band].rangelow, in si476x_radio_s_frequency()
[all …]
/openbmc/linux/net/mac80211/
H A Dibss.c129 if (sband->band == NL80211_BAND_2GHZ) { in ieee80211_ibss_build_presp()
604 int band; in ieee80211_ibss_add_sta() local
631 band = chanctx_conf->def.chan->band; in ieee80211_ibss_add_sta()
642 sband = local->hw.wiphy->bands[band]; in ieee80211_ibss_add_sta()
804 ifibss->chandef.chan->band, in ieee80211_ibss_process_chanswitch()
986 enum nl80211_band band = rx_status->band; in ieee80211_update_sta_info() local
999 sband = local->hw.wiphy->bands[band]; in ieee80211_update_sta_info()
1008 band, NULL); in ieee80211_update_sta_info()
1116 enum nl80211_band band = rx_status->band; in ieee80211_rx_bss_info() local
1209 int band; in ieee80211_ibss_rx_no_sta() local
[all …]
/openbmc/linux/drivers/net/wireless/ti/wl18xx/
H A Devent.c54 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()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Ddebug_sta.c142 if (ah->curchan->chan->band == NL80211_BAND_2GHZ) in ath_debug_rate_stats()
176 enum nl80211_band band; in read_file_node_recv() local
186 band = ah->curchan->chan->band; in read_file_node_recv()
209 if (band == NL80211_BAND_2GHZ) { in read_file_node_recv()
H A Dcommon-init.c22 .band = NL80211_BAND_2GHZ, \
29 .band = NL80211_BAND_5GHZ, \
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()
/openbmc/linux/drivers/net/wireless/ath/
H A Dregd.c343 enum nl80211_band band; in ath_reg_apply_beaconing_flags() local
348 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ath_reg_apply_beaconing_flags()
349 if (!wiphy->bands[band]) in ath_reg_apply_beaconing_flags()
351 sband = wiphy->bands[band]; in ath_reg_apply_beaconing_flags()
782 enum nl80211_band band) in ath_regd_get_band_ctl() argument
803 switch (band) { in ath_regd_get_band_ctl()
/openbmc/linux/net/wireless/
H A Dutil.c81 switch (band) { in ieee80211_channel_to_freq_khz()
171 enum nl80211_band band; in ieee80211_get_channel_khz() local
175 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ieee80211_get_channel_khz()
176 sband = wiphy->bands[band]; in ieee80211_get_channel_khz()
197 switch (sband->band) { in set_mandatory_flags_band()
261 enum nl80211_band band; in ieee80211_set_bitrate_flags() local
263 for (band = 0; band < NUM_NL80211_BANDS; band++) in ieee80211_set_bitrate_flags()
264 if (wiphy->bands[band]) in ieee80211_set_bitrate_flags()
2386 enum nl80211_band band; in ieee80211_get_num_supported_channels() local
2389 for (band = 0; band < NUM_NL80211_BANDS; band++) in ieee80211_get_num_supported_channels()
[all …]
/openbmc/linux/Documentation/userspace-api/media/dvb/
H A Dfe-set-tone.rst38 to send a 22kHz tone in order to select between high/low band on some
39 dual-band LNBf. It is also used to send signals to DiSEqC equipment, but
44 capability of selecting the band. So, it is recommended that applications
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dmain.c485 bool band = phy->mt76->band_idx; in mt7915_config() local
495 mt76_wr(dev, MT_WF_RFCR(band), phy->rxfilter); in mt7915_config()
524 bool band = phy->mt76->band_idx; in mt7915_configure_filter() local
564 mt76_wr(dev, MT_WF_RFCR(band), phy->rxfilter); in mt7915_configure_filter()
569 mt76_set(dev, MT_WF_RFCR1(band), ctl_flags); in mt7915_configure_filter()
922 bool band = phy->mt76->band_idx; in __mt7915_get_tsf() local
967 bool band = phy->mt76->band_idx; in mt7915_set_tsf() local
978 mt76_wr(dev, MT_LPON_UTTR0(band), tsf.t32[0]); in mt7915_set_tsf()
998 bool band = phy->mt76->band_idx; in mt7915_offset_tsf() local
1041 u8 band = phy->mt76->band_idx; in mt7915_set_antenna() local
[all …]
/openbmc/linux/drivers/net/wireless/realtek/rtw89/
H A Dchan.c11 static enum rtw89_subband rtw89_get_subband_type(enum rtw89_band band, in rtw89_get_subband_type() argument
14 switch (band) { in rtw89_get_subband_type()
89 enum rtw89_band band, enum rtw89_bandwidth bandwidth) in rtw89_chan_create() argument
91 enum nl80211_band nl_band = rtw89_hw_to_nl80211_band(band); in rtw89_chan_create()
97 chan->band_type = band; in rtw89_chan_create()
104 chan->subband_type = rtw89_get_subband_type(band, center_chan); in rtw89_chan_create()
/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Ddebug.c1013 switch (band->band) { in ath5k_debug_dump_bands()
1022 band->band); in ath5k_debug_dump_bands()
1026 band->n_channels, band->n_bitrates); in ath5k_debug_dump_bands()
1031 band->channels[i].center_freq), in ath5k_debug_dump_bands()
1032 band->channels[i].center_freq, in ath5k_debug_dump_bands()
1033 band->channels[i].hw_value, in ath5k_debug_dump_bands()
1034 band->channels[i].flags); in ath5k_debug_dump_bands()
1038 band->bitrates[i].bitrate, in ath5k_debug_dump_bands()
1039 band->bitrates[i].hw_value, in ath5k_debug_dump_bands()
1040 band->bitrates[i].flags, in ath5k_debug_dump_bands()
[all …]
/openbmc/linux/drivers/net/wireless/broadcom/brcm80211/brcmutil/
H A Dd11.c126 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()
/openbmc/linux/Documentation/networking/
H A Dsfp-phylink.rst35 3. In-band mode
37 In-band mode is used with 802.3z, SGMII and similar interface modes,
38 and we are expecting to use and honor the in-band negotiation or
50 does not use in-band SGMII signalling. The PHY is expected to follow
58 managed = "in-band-status";
63 uses in-band mode, where results from the PHY's negotiation are passed
197 It is important that if in-band negotiation is used,
199 in-band negotiation from completing, since these functions are called
200 when the in-band link state changes - otherwise the link will never
210 using. This is particularly important for in-band negotiation
[all …]
/openbmc/linux/drivers/staging/wlan-ng/
H A Dcfg80211.c41 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()
/openbmc/linux/drivers/net/wireless/ti/wlcore/
H A Drx.c53 status->band = NL80211_BAND_2GHZ; in wl1271_rx_status()
55 status->band = NL80211_BAND_5GHZ; in wl1271_rx_status()
57 status->rate_idx = wlcore_rate_to_idx(wl, desc->rate, status->band); in wl1271_rx_status()
80 status->band); in wl1271_rx_status()
100 status->band); in wl1271_rx_status()
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dfsl-ls1028a-rdb.dts149 managed = "in-band-status";
257 managed = "in-band-status";
265 managed = "in-band-status";
273 managed = "in-band-status";
281 managed = "in-band-status";
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c2259 band = def.chan->band; in ath10k_peer_assoc_h_rates()
2324 band = def.chan->band; in ath10k_peer_assoc_h_ht()
2572 band = def.chan->band; in ath10k_peer_assoc_h_vht()
2743 band = def.chan->band; in ath10k_peer_assoc_h_phymode()
2747 switch (band) { in ath10k_peer_assoc_h_phymode()
3381 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ath10k_update_channel_list()
3400 for (band = 0; band < NUM_NL80211_BANDS; band++) { in ath10k_update_channel_list()
6273 band = def.chan->band; in ath10k_bss_info_changed()
6732 band = def.chan->band; in ath10k_sta_rc_update_wk()
7025 band = def.chan->band; in ath10k_mac_tid_bitrate_config()
[all …]
/openbmc/linux/drivers/net/wireless/marvell/
H A Dmwl8k.c1022 status->band = NL80211_BAND_5GHZ; in mwl8k_rxd_ap_process()
1027 status->band = NL80211_BAND_2GHZ; in mwl8k_rxd_ap_process()
1030 status->band); in mwl8k_rxd_ap_process()
1131 status->band = NL80211_BAND_5GHZ; in mwl8k_rxd_sta_process()
1139 status->band); in mwl8k_rxd_sta_process()
2394 band->ht_cap.ht_supported = 1; in mwl8k_set_ht_caps()
2871 __le16 band; member
2898 cmd->band = cpu_to_le16(0x1); in mwl8k_cmd_tx_power()
2900 cmd->band = cpu_to_le16(0x4); in mwl8k_cmd_tx_power()
3086 int band, ch, idx = 0; in freq_to_idx() local
[all …]
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/
H A Diwl-eeprom-parse.h80 int n_channels, enum nl80211_band band);
85 enum nl80211_band band,
/openbmc/linux/arch/arm/boot/dts/microchip/
H A Dlan966x-kontron-kswitch-d10-mmt-8g.dts31 managed = "in-band-status";
39 managed = "in-band-status";
/openbmc/linux/drivers/media/pci/ttpci/
H A Dbudget-ci.c767 band = 1; in philips_tdm1316l_tuner_set_params()
769 band = 2; in philips_tdm1316l_tuner_set_params()
771 band = 4; in philips_tdm1316l_tuner_set_params()
863 band = 1; in dvbc_philips_tdm1316l_tuner_set_params()
866 band = 1; in dvbc_philips_tdm1316l_tuner_set_params()
869 band = 1; in dvbc_philips_tdm1316l_tuner_set_params()
872 band = 2; in dvbc_philips_tdm1316l_tuner_set_params()
875 band = 2; in dvbc_philips_tdm1316l_tuner_set_params()
878 band = 2; in dvbc_philips_tdm1316l_tuner_set_params()
881 band = 4; in dvbc_philips_tdm1316l_tuner_set_params()
[all …]
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dcfg80211.c1044 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()
1065 mac->macid, band); in qtnf_cfg80211_reg_notifier()
1275 switch (band->band) { in qtnf_band_init_rates()
1277 band->bitrates = qtnf_rates_2g; in qtnf_band_init_rates()
1278 band->n_bitrates = ARRAY_SIZE(qtnf_rates_2g); in qtnf_band_init_rates()
1281 band->bitrates = qtnf_rates_5g; in qtnf_band_init_rates()
1282 band->n_bitrates = ARRAY_SIZE(qtnf_rates_5g); in qtnf_band_init_rates()
1285 band->bitrates = NULL; in qtnf_band_init_rates()
[all …]
/openbmc/linux/drivers/staging/vt6655/
H A Ddpc.c52 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()

12345678910>>...28