Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath10k/
Dspectral.c79 struct fft_sample_ath10k *fft_sample; in ath10k_spectral_process_fft() local
80 u8 buf[sizeof(*fft_sample) + SPECTRAL_ATH10K_MAX_NUM_BINS]; in ath10k_spectral_process_fft()
86 fft_sample = (struct fft_sample_ath10k *)&buf; in ath10k_spectral_process_fft()
96 length = sizeof(*fft_sample) - sizeof(struct fft_sample_tlv) + bin_len; in ath10k_spectral_process_fft()
97 fft_sample->tlv.type = ATH_FFT_SAMPLE_ATH10K; in ath10k_spectral_process_fft()
98 fft_sample->tlv.length = __cpu_to_be16(length); in ath10k_spectral_process_fft()
105 fft_sample->chan_width_mhz = 22; in ath10k_spectral_process_fft()
108 fft_sample->chan_width_mhz = 44; in ath10k_spectral_process_fft()
119 fft_sample->chan_width_mhz = 88; in ath10k_spectral_process_fft()
122 fft_sample->chan_width_mhz = phyerr->chan_width_mhz; in ath10k_spectral_process_fft()
[all …]