Searched defs:start_freq (Results 1 - 2 of 2) sorted by relevance

/net/wireless/
H A Dchan.c284 u32 start_freq; local
287 start_freq = center_freq;
289 start_freq = center_freq - bandwidth/2 + 10;
291 return start_freq;
312 u32 freq, start_freq, end_freq; local
314 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
317 for (freq = start_freq; freq <= end_freq; freq += 20) {
389 u32 freq, start_freq, end_freq; local
392 start_freq = cfg80211_get_start_freq(center_freq, bandwidth);
401 for (freq = start_freq; fre
463 u32 freq, start_freq, end_freq; local
528 u32 start_freq, end_freq, freq; local
585 u32 freq, start_freq, end_freq; local
[all...]
H A Dreg.c582 u32 start_freq, end_freq, idx, no; local
591 /* get start_freq */
604 start_freq = freq_range->start_freq_khz;
622 return end_freq - start_freq;
2388 pr_info(" (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp), (dfs_cac_time)\n");

Completed in 66 milliseconds