Lines Matching refs:end_freq
456 u32 end_freq; in cfg80211_get_end_freq() local
460 end_freq = center_freq; in cfg80211_get_end_freq()
462 end_freq = center_freq + bandwidth / 2 - MHZ_TO_KHZ(10); in cfg80211_get_end_freq()
464 return end_freq; in cfg80211_get_end_freq()
472 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_required() local
475 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
477 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_get_chans_dfs_required()
551 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_usable() local
555 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
563 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_get_chans_dfs_usable()
741 u32 freq, start_freq, end_freq; in cfg80211_get_chans_dfs_available() local
748 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
755 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_get_chans_dfs_available()
813 u32 start_freq, end_freq, freq; in cfg80211_get_chans_dfs_cac_time() local
817 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
819 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_get_chans_dfs_cac_time()
870 u32 freq, start_freq, end_freq; in cfg80211_secondary_chans_ok() local
873 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()
875 for (freq = start_freq; freq <= end_freq; freq += MHZ_TO_KHZ(20)) { in cfg80211_secondary_chans_ok()