Home
last modified time | relevance | path

Searched refs:is_ctl (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A Ddfs.c77 bool is_ctl, bool is_ext) in ath9k_get_max_index_ht40() argument
81 if (is_ctl && is_ext) { in ath9k_get_max_index_ht40()
83 is_ctl = fft_bitmap_weight(fft->lower_bins) != 0; in ath9k_get_max_index_ht40()
87 if (is_ctl && is_ext) { in ath9k_get_max_index_ht40()
91 is_ctl = false; in ath9k_get_max_index_ht40()
96 if (is_ctl) in ath9k_get_max_index_ht40()
101 int datalen, bool is_ctl, bool is_ext) in ath9k_check_chirping() argument
127 swap(is_ctl, is_ext); in ath9k_check_chirping()
130 max_bin[i] = ath9k_get_max_index_ht40(fft + i, is_ctl, in ath9k_check_chirping()
338 bool is_ctl = !!(ard.pulse_bw_info & PRI_CH_RADAR_FOUND); in ath9k_dfs_process_phyerr() local
[all …]