Lines Matching refs:start_freq

284 	u32 start_freq;  in cfg80211_get_start_freq()  local
287 start_freq = center_freq; in cfg80211_get_start_freq()
289 start_freq = center_freq - bandwidth/2 + 10; in cfg80211_get_start_freq()
291 return start_freq; in cfg80211_get_start_freq()
312 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_required() local
314 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
317 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_required()
390 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_usable() local
393 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
402 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_usable()
464 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_available() local
466 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
474 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_available()
529 u32 start_freq, end_freq, freq; in cfg80211_get_chans_dfs_cac_time() local
532 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
535 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_get_chans_dfs_cac_time()
586 u32 freq, start_freq, end_freq; in cfg80211_secondary_chans_ok() local
588 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()
591 for (freq = start_freq; freq <= end_freq; freq += 20) { in cfg80211_secondary_chans_ok()