Home
last modified time | relevance | path

Searched refs:control_freq (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/net/wireless/
A Dchan.c201 u32 control_freq, oper_freq; in cfg80211_chandef_valid() local
210 control_freq = chandef->chan->center_freq; in cfg80211_chandef_valid()
281 chandef->center_freq1 == control_freq + 90 || in cfg80211_chandef_valid()
285 chandef->center_freq1 == control_freq - 150) in cfg80211_chandef_valid()
292 chandef->center_freq1 == control_freq - 70) in cfg80211_chandef_valid()
298 chandef->center_freq1 == control_freq - 30) in cfg80211_chandef_valid()
303 chandef->center_freq1 == control_freq - 10) in cfg80211_chandef_valid()
1048 u32 width, control_freq, cap; in cfg80211_chandef_usable() local
1071 control_freq = chandef->chan->center_freq; in cfg80211_chandef_usable()
1114 if (chandef->center_freq1 < control_freq && in cfg80211_chandef_usable()
[all …]
A Dtrace.h133 __field(u32, control_freq) \
143 __entry->control_freq = \
153 __entry->control_freq = 0; \
163 #define CHAN_DEF_PR_ARG __entry->band, __entry->control_freq, \
A Dnl80211.c3202 u32 control_freq; in nl80211_parse_chandef() local
3210 control_freq = MHZ_TO_KHZ( in nl80211_parse_chandef()
3213 control_freq += in nl80211_parse_chandef()
3217 chandef->chan = ieee80211_get_channel_khz(&rdev->wiphy, control_freq); in nl80211_parse_chandef()
3219 chandef->center_freq1 = KHZ_TO_MHZ(control_freq); in nl80211_parse_chandef()
3220 chandef->freq1_offset = control_freq % 1000; in nl80211_parse_chandef()
/linux-6.3-rc2/net/mac80211/
A Dtrace.h40 #define CHANDEF_ENTRY __field(u32, control_freq) \
47 __entry->control_freq = (c) ? ((c)->chan ? (c)->chan->center_freq : 0) : 0; \
54 #define CHANDEF_PR_ARG __entry->control_freq, __entry->freq_offset, __entry->chan_width, \
1622 u32 control_freq; member
1676 SWITCH_ENTRY_ASSIGN(old_chandef.control_freq,
1688 SWITCH_ENTRY_ASSIGN(new_chandef.control_freq,

Completed in 33 milliseconds