• Home
  • Raw
  • Download

Lines Matching refs:bandwidth

449 					 u32 bandwidth,  in cfg80211_set_chans_dfs_state()  argument
455 for (freq = center_freq - bandwidth/2 + 10; in cfg80211_set_chans_dfs_state()
456 freq <= center_freq + bandwidth/2 - 10; in cfg80211_set_chans_dfs_state()
490 u32 bandwidth) in cfg80211_get_start_freq() argument
494 bandwidth = MHZ_TO_KHZ(bandwidth); in cfg80211_get_start_freq()
495 if (bandwidth <= MHZ_TO_KHZ(20)) in cfg80211_get_start_freq()
498 start_freq = center_freq - bandwidth / 2 + MHZ_TO_KHZ(10); in cfg80211_get_start_freq()
504 u32 bandwidth) in cfg80211_get_end_freq() argument
508 bandwidth = MHZ_TO_KHZ(bandwidth); in cfg80211_get_end_freq()
509 if (bandwidth <= MHZ_TO_KHZ(20)) in cfg80211_get_end_freq()
512 end_freq = center_freq + bandwidth / 2 - MHZ_TO_KHZ(10); in cfg80211_get_end_freq()
519 u32 bandwidth) in cfg80211_get_chans_dfs_required() argument
524 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
525 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_required()
598 u32 bandwidth) in cfg80211_get_chans_dfs_usable() argument
604 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
605 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_usable()
842 u32 bandwidth) in cfg80211_get_chans_dfs_available() argument
851 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
852 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_available()
914 u32 bandwidth) in cfg80211_get_chans_dfs_cac_time() argument
920 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
921 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_get_chans_dfs_cac_time()
970 u32 center_freq, u32 bandwidth, in cfg80211_secondary_chans_ok() argument
976 start_freq = cfg80211_get_start_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()
977 end_freq = cfg80211_get_end_freq(center_freq, bandwidth); in cfg80211_secondary_chans_ok()