Searched refs:control_freq (Results 1 – 4 of 4) sorted by relevance
/linux/net/wireless/ |
A D | chan.c | 198 u32 control_freq, oper_freq; in cfg80211_chandef_valid() local 207 control_freq = chandef->chan->center_freq; in cfg80211_chandef_valid() 249 if (chandef->center_freq1 != control_freq + 10 && in cfg80211_chandef_valid() 250 chandef->center_freq1 != control_freq - 10) in cfg80211_chandef_valid() 259 chandef->center_freq1 != control_freq - 30) in cfg80211_chandef_valid() 272 chandef->center_freq1 != control_freq - 30) in cfg80211_chandef_valid() 285 chandef->center_freq1 != control_freq - 70) in cfg80211_chandef_valid() 944 u32 width, control_freq, cap; in cfg80211_chandef_usable() local 964 control_freq = chandef->chan->center_freq; in cfg80211_chandef_usable() 1007 if (chandef->center_freq1 < control_freq && in cfg80211_chandef_usable() [all …]
|
A D | trace.h | 135 __field(u32, control_freq) \ 145 __entry->control_freq = \ 155 __entry->control_freq = 0; \ 165 #define CHAN_DEF_PR_ARG __entry->band, __entry->control_freq, \
|
A D | nl80211.c | 3065 u32 control_freq; in nl80211_parse_chandef() local 3070 control_freq = MHZ_TO_KHZ( in nl80211_parse_chandef() 3073 control_freq += in nl80211_parse_chandef() 3077 chandef->chan = ieee80211_get_channel_khz(&rdev->wiphy, control_freq); in nl80211_parse_chandef() 3079 chandef->center_freq1 = KHZ_TO_MHZ(control_freq); in nl80211_parse_chandef() 3080 chandef->freq1_offset = control_freq % 1000; in nl80211_parse_chandef()
|
/linux/net/mac80211/ |
A D | trace.h | 40 #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, \ 1585 u32 control_freq; member 1637 SWITCH_ENTRY_ASSIGN(old_chandef.control_freq, 1649 SWITCH_ENTRY_ASSIGN(new_chandef.control_freq,
|
Completed in 38 milliseconds