Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Ddfs.c111 int num_fft_packets = datalen / sizeof(*fft); in ath9k_check_chirping() local
112 if (num_fft_packets == 0) in ath9k_check_chirping()
116 datalen, num_fft_packets); in ath9k_check_chirping()
117 if (num_fft_packets < (FFT_NUM_SAMPLES)) { in ath9k_check_chirping()
136 int num_fft_packets = datalen / sizeof(*fft); in ath9k_check_chirping() local
137 if (num_fft_packets == 0) in ath9k_check_chirping()
140 datalen, num_fft_packets); in ath9k_check_chirping()
141 if (num_fft_packets < (FFT_NUM_SAMPLES)) { in ath9k_check_chirping()