Searched refs:FFT_NUM_SAMPLES (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
H A Ddfs.c44 static const int FFT_NUM_SAMPLES = (NUM_DIFFS + 1); variable
104 int max_bin[FFT_NUM_SAMPLES]; ath9k_check_chirping()
117 if (num_fft_packets < (FFT_NUM_SAMPLES)) { ath9k_check_chirping()
131 for (i = 0; i < FFT_NUM_SAMPLES; i++) ath9k_check_chirping()
141 if (num_fft_packets < (FFT_NUM_SAMPLES)) { ath9k_check_chirping()
146 for (i = 0; i < FFT_NUM_SAMPLES; i++) ath9k_check_chirping()

Completed in 59 milliseconds