Home
last modified time | relevance | path

Searched refs:oper_freq (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/net/wireless/
H A Dchan.c201 u32 control_freq, oper_freq; in cfg80211_chandef_valid() local
232 oper_freq = ieee80211_chandef_to_khz(chandef); in cfg80211_chandef_valid()
244 oper_freq + MHZ_TO_KHZ(oper_width) / 2) in cfg80211_chandef_valid()
248 oper_freq - MHZ_TO_KHZ(oper_width) / 2) in cfg80211_chandef_valid()
/openbmc/linux/net/mac80211/
H A Dutil.c3977 u32 oper_freq; in ieee80211_chandef_s1g_oper() local
4002 oper_freq = ieee80211_channel_to_freq_khz(oper->oper_ch, in ieee80211_chandef_s1g_oper()
4004 chandef->center_freq1 = KHZ_TO_MHZ(oper_freq); in ieee80211_chandef_s1g_oper()
4005 chandef->freq1_offset = oper_freq % 1000; in ieee80211_chandef_s1g_oper()