Home
last modified time | relevance | path

Searched refs:center_freq1 (Results 1 – 25 of 54) sorted by relevance

123

/openbmc/linux/net/wireless/
H A Dchan.c39 chandef->center_freq1 = chan->center_freq; in cfg80211_chandef_create()
43 chandef->center_freq1 = chan->center_freq; in cfg80211_chandef_create()
47 chandef->center_freq1 = chan->center_freq + 10; in cfg80211_chandef_create()
51 chandef->center_freq1 = chan->center_freq - 10; in cfg80211_chandef_create()
255 if (chandef->center_freq1 - chandef->center_freq2 == 80 || in cfg80211_chandef_valid()
256 chandef->center_freq2 - chandef->center_freq1 == 80) in cfg80211_chandef_valid()
278 if (chandef->center_freq1 == control_freq + 150 || in cfg80211_chandef_valid()
279 chandef->center_freq1 == control_freq + 130 || in cfg80211_chandef_valid()
280 chandef->center_freq1 == control_freq + 110 || in cfg80211_chandef_valid()
281 chandef->center_freq1 == control_freq + 90 || in cfg80211_chandef_valid()
[all …]
H A Dmesh.c167 setup->chandef.center_freq1 = setup->chandef.chan->center_freq; in __cfg80211_join_mesh()
H A Dwext-compat.c848 chandef.center_freq1 = freq; in cfg80211_wext_siwfreq()
866 chandef.center_freq1 = freq; in cfg80211_wext_siwfreq()
H A Dtrace.h136 __field(u32, center_freq1) \
148 __entry->center_freq1 = (chandef)->center_freq1;\
156 __entry->center_freq1 = 0; \
165 __entry->center_freq1, __entry->freq1_offset, \
/openbmc/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dphy-ctxt.c38 int offs = chandef->chan->center_freq - chandef->center_freq1; in iwl_mvm_get_ctrl_pos()
263 ctxt->center_freq1 = chandef->center_freq1; in iwl_mvm_phy_ctxt_add()
296 ctxt->center_freq1 == chandef->center_freq1) in iwl_mvm_phy_ctxt_changed()
318 ctxt->center_freq1 = chandef->center_freq1; in iwl_mvm_phy_ctxt_changed()
H A Dcoex.c475 if (chan->def.center_freq1 > in iwl_mvm_bt_coex_notif_handle()
498 if (chan->def.center_freq1 > in iwl_mvm_bt_coex_notif_handle()
/openbmc/linux/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink_util.c124 chdef->center_freq1 = le16_to_cpu(qch->center_freq1); in qlink_chandef_q2cfg()
140 qch->center_freq1 = cpu_to_le16(chdef->center_freq1); in qlink_chandef_cfg2q()
H A Devent.c177 chandef.center_freq1, in qtnf_event_handle_bss_join()
458 chandef.center_freq1, chandef.center_freq2, in qtnf_event_handle_freq_change()
464 mac->macid, chandef.chan->hw_value, chandef.center_freq1, in qtnf_event_handle_freq_change()
508 chandef.center_freq1, chandef.center_freq2, in qtnf_event_handle_radar()
515 chandef.center_freq1, chandef.center_freq2, in qtnf_event_handle_radar()
H A Dqlink.h186 __le16 center_freq1; member
/openbmc/linux/net/mac80211/
H A Dutil.c3370 if (chandef->center_freq1 > chandef->chan->center_freq) in ieee80211_ie_build_ht_oper()
3427 *pos++ = ieee80211_frequency_to_channel(chandef->center_freq1); in ieee80211_ie_build_wide_bw_cs()
3444 chandef->center_freq1); in ieee80211_ie_build_vht_oper()
3459 if (chandef->chan->center_freq < chandef->center_freq1) in ieee80211_ie_build_vht_oper()
3530 ieee80211_frequency_to_channel(chandef->center_freq1); in ieee80211_ie_build_he_oper()
3552 if (chandef->chan->center_freq < chandef->center_freq1) in ieee80211_ie_build_he_oper()
3608 ieee80211_frequency_to_channel(chandef->center_freq1); in ieee80211_ie_build_eht_oper()
3619 if (chandef->chan->center_freq < chandef->center_freq1) in ieee80211_ie_build_eht_oper()
3626 if (chandef->chan->center_freq < chandef->center_freq1) in ieee80211_ie_build_eht_oper()
3765 new.center_freq1 = cf0; in ieee80211_chandef_vht_oper()
[all …]
H A Dtrace.h43 __field(u32, center_freq1) \
50 __entry->center_freq1 = (c) ? (c)->center_freq1 : 0; \
55 __entry->center_freq1, __entry->freq1_offset, __entry->center_freq2
69 __entry->min_center_freq1 = (c)->center_freq1; \
507 __entry->channel_cfreq1 = link_conf->chandef.center_freq1;
1634 u32 center_freq1; member
1691 SWITCH_ENTRY_ASSIGN(old_chandef.center_freq1,
1692 old_ctx->def.center_freq1);
1703 SWITCH_ENTRY_ASSIGN(new_chandef.center_freq1,
1704 new_ctx->def.center_freq1);
H A Dibss.c277 chandef.center_freq1 = chan->center_freq; in __ieee80211_sta_join_ibss()
843 params.chandef.center_freq1, in ieee80211_ibss_process_chanswitch()
861 params.chandef.center_freq1, in ieee80211_ibss_process_chanswitch()
1415 cf1 = chandef->center_freq1; in ieee80211_ibss_setup_scan_channels()
H A Dmain.c110 chandef.center_freq1 = chandef.chan->center_freq; in ieee80211_hw_conf_chan()
118 chandef.width, chandef.center_freq1, chandef.freq1_offset, in ieee80211_hw_conf_chan()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Dchannel.c511 sc->cur_chan->chandef.center_freq1, in ath_chanctx_event()
829 "Assigned next_chan to %d MHz\n", chandef->center_freq1); in ath_chanctx_switch()
840 chandef->center_freq1, in ath_chanctx_switch()
856 "Channel definition created: %d MHz\n", chandef.center_freq1); in ath_chanctx_offchan_switch()
1252 sc->cur_chan->chandef.center_freq1, in ath_chanctx_set_next()
1253 sc->next_chan->chandef.center_freq1); in ath_chanctx_set_next()
1258 sc->cur_chan->chandef.center_freq1); in ath_chanctx_set_next()
1302 __func__, sc->cur_chan->chandef.center_freq1); in ath_chanctx_set_next()
H A Dcommon.c325 if (chandef->center_freq1 > chandef->chan->center_freq) in ath9k_cmn_update_ichannel()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt76x2/
H A Dusb_phy.c92 freq1 = chandef->center_freq1; in mt76x2u_phy_set_channel()
H A Dpci_phy.c154 freq1 = chandef->center_freq1; in mt76x2_phy_set_channel()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7915/
H A Dtestmode.c43 int freq = chandef->center_freq1; in mt7915_tm_set_tx_power()
516 int freq1 = ieee80211_frequency_to_channel(chandef->center_freq1); in mt7915_tm_set_tx_cont()
H A Dmcu.c485 int freq1 = chandef->center_freq1; in mt7915_mcu_bss_rfch_tlv()
2615 int freq = mphy->chandef.center_freq1; in mt7915_mcu_background_chain_ctrl()
2633 ieee80211_frequency_to_channel(chandef->center_freq1); in mt7915_mcu_background_chain_ctrl()
2642 ieee80211_frequency_to_channel(chandef->center_freq1); in mt7915_mcu_background_chain_ctrl()
2709 int freq1 = chandef->center_freq1; in mt7915_mcu_set_chan_info()
2991 u16 total = 2, center_freq = chandef->center_freq1; in mt7915_mcu_apply_tx_dpd()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7615/
H A Dtestmode.c54 int freq = chandef->center_freq1, len, target_chains; in mt7615_tm_set_tx_power()
H A Dmcu.c2112 int freq1 = chandef->center_freq1, freq2 = chandef->center_freq2; in mt7615_mcu_set_chan_info()
2320 .band = chandef->center_freq1 > 4000, in mt7615_mcu_apply_rx_dcoc()
2323 u16 center_freq = chandef->center_freq1; in mt7615_mcu_apply_rx_dcoc()
2441 .band = chandef->center_freq1 > 4000, in mt7615_mcu_apply_tx_dpd()
2444 u16 center_freq = chandef->center_freq1; in mt7615_mcu_apply_tx_dpd()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7603/
H A Dmcu.c410 if (chandef->center_freq1 > chandef->chan->center_freq) in mt7603_mcu_set_channel()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmcu.c680 int freq1 = chandef->center_freq1; in mt7921_mcu_set_chan_info()
978 int freq1 = chandef->center_freq1, freq2 = chandef->center_freq2; in mt7921_mcu_config_sniffer()
/openbmc/linux/include/net/
H A Dcfg80211.h754 u32 center_freq1; member
861 if (chandef->center_freq1 > chandef->chan->center_freq) in cfg80211_get_chandef_type()
896 chandef1->center_freq1 == chandef2->center_freq1 && in cfg80211_chandef_identical()
8653 return MHZ_TO_KHZ(chandef->center_freq1) + chandef->freq1_offset; in ieee80211_chandef_to_khz()
/openbmc/linux/drivers/net/wireless/mediatek/mt76/mt7996/
H A Dmcu.c543 int freq1 = chandef->center_freq1; in mt7996_mcu_bss_rfch_tlv()
2857 int freq = mphy->chandef.center_freq1; in mt7996_mcu_background_chain_ctrl()
2877 ieee80211_frequency_to_channel(chandef->center_freq1); in mt7996_mcu_background_chain_ctrl()
2886 ieee80211_frequency_to_channel(chandef->center_freq1); in mt7996_mcu_background_chain_ctrl()
2953 int freq1 = chandef->center_freq1; in mt7996_mcu_set_chan_info()

123