Lines Matching refs:start_freq
285 u32 start_freq; in cfg80211_get_start_freq() local
288 start_freq = center_freq; in cfg80211_get_start_freq()
290 start_freq = center_freq - bandwidth/2 + 10; in cfg80211_get_start_freq()
292 return start_freq; in cfg80211_get_start_freq()
313 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_required() local
315 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
318 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_required()
392 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_usable() local
395 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
404 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_usable()
581 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_available() local
587 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
595 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_available()
652 u32 start_freq, end_freq, freq; in cfg80211_get_chans_dfs_cac_time() local
655 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
658 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_cac_time()
709 u32 freq, start_freq, end_freq; in cfg80211_secondary_chans_ok() local
711 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()
714 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_secondary_chans_ok()