Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c136 struct fft_sample_ht20 fft_sample_20; in ath_cmn_process_ht20_fft() local
152 fft_sample_20.noise = ah->noise; in ath_cmn_process_ht20_fft()
161 fft_sample_20.max_index = max_index; in ath_cmn_process_ht20_fft()
164 fft_sample_20.bitmap_weight = bitmap_w; in ath_cmn_process_ht20_fft()
167 fft_sample_20.max_exp = max_exp; in ath_cmn_process_ht20_fft()
187 fft_sample_20.data[dc_pos] = (fft_sample_20.data[dc_pos + 1] + in ath_cmn_process_ht20_fft()
198 tmp_mag = fft_sample_20.data[i]; in ath_cmn_process_ht20_fft()
199 fft_sample_20.max_index = i; in ath_cmn_process_ht20_fft()
208 tmp_mag, fft_sample_20.max_index); in ath_cmn_process_ht20_fft()
214 fft_sample_20.data[i], i); in ath_cmn_process_ht20_fft()
[all …]