Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A 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()
134 int num_fft_packets = datalen / sizeof(*fft); in ath9k_check_chirping() local
135 if (num_fft_packets == 0) in ath9k_check_chirping()
138 datalen, num_fft_packets); in ath9k_check_chirping()
139 if (num_fft_packets < FFT_NUM_SAMPLES) { in ath9k_check_chirping()