Home
last modified time | relevance | path

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

/linux/net/wireless/
H A Dchan.c344 u32 control_freq, control_freq_khz, start_khz, end_khz; in cfg80211_chandef_valid() local
377 end_khz = cfg80211_s1g_get_end_freq_khz(chandef); in cfg80211_chandef_valid()
379 if (control_freq_khz < start_khz || control_freq_khz > end_khz) in cfg80211_chandef_valid()
1139 u32 end_khz = cfg80211_s1g_get_end_freq_khz(chandef); in cfg80211_s1g_usable() local
1154 if (pri_khz < start_khz || pri_khz > end_khz) in cfg80211_s1g_usable()
1175 if (sib_khz < start_khz || sib_khz > end_khz) in cfg80211_s1g_usable()