Searched refs:control_freq (Results 1 – 3 of 3) sorted by relevance
| /linux/net/mac80211/ |
| H 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, \ 1748 u32 control_freq; member 1802 SWITCH_ENTRY_ASSIGN(old_chandef.control_freq, 1814 SWITCH_ENTRY_ASSIGN(new_chandef.control_freq,
|
| /linux/net/wireless/ |
| H A D | trace.h | 138 __field(u32, control_freq) \ 149 __entry->control_freq = \ 160 __entry->control_freq = 0; \ 171 #define CHAN_DEF_PR_ARG __entry->band, __entry->control_freq, \
|
| H A D | nl80211.c | 3519 u32 control_freq; in _nl80211_parse_chandef() local 3527 control_freq = MHZ_TO_KHZ( in _nl80211_parse_chandef() 3530 control_freq += in _nl80211_parse_chandef() 3534 chandef->chan = ieee80211_get_channel_khz(&rdev->wiphy, control_freq); in _nl80211_parse_chandef() 3536 chandef->center_freq1 = KHZ_TO_MHZ(control_freq); in _nl80211_parse_chandef() 3537 chandef->freq1_offset = control_freq % 1000; in _nl80211_parse_chandef()
|