Home
last modified time | relevance | path

Searched refs:KHZ_TO_MHZ (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/net/wireless/ath/ath12k/
H A Dreg.c158 KHZ_TO_MHZ(ar->freq_range.start_freq) || in ath12k_reg_update_chan_list()
160 KHZ_TO_MHZ(ar->freq_range.end_freq)) in ath12k_reg_update_chan_list()
195 KHZ_TO_MHZ(ar->freq_range.start_freq) || in ath12k_reg_update_chan_list()
197 KHZ_TO_MHZ(ar->freq_range.end_freq)) in ath12k_reg_update_chan_list()
/linux/include/linux/
H A Dieee80211.h2600 #define KHZ_TO_MHZ(freq) ((freq) / 1000)
2601 #define PR_KHZ(f) KHZ_TO_MHZ(f), f % 1000 macro
/linux/net/wireless/
H A Dreg.c883 if (freq >= KHZ_TO_MHZ(be32_to_cpu(rule->start)) && in __regdb_query_wmm()
884 freq <= KHZ_TO_MHZ(be32_to_cpu(rule->end))) { in __regdb_query_wmm()
H A Dutil.c112 freq = KHZ_TO_MHZ(freq); in ieee80211_freq_khz_to_channel()
H A Dnl80211.c3793 chandef->center_freq1 = KHZ_TO_MHZ(control_freq); in __nl80211_set_channel()
21386 nla_put_u32(msg, NL80211_ATTR_WIPHY_FREQ, KHZ_TO_MHZ(info->freq)) || in cfg80211_net_detect_results()
22236 KHZ_TO_MHZ(freq)) ||
/linux/include/net/
H A Dcfg80211.h7192 return KHZ_TO_MHZ(ieee80211_channel_to_freq_khz(chan, band));
/linux/net/mac80211/
H A Dutil.c3402 chandef->center_freq1 = KHZ_TO_MHZ(oper_khz); in ieee80211_mcs_to_chains()