Searched refs:fft_sample (Results 1 – 1 of 1) sorted by relevance
64 struct fft_sample_ath10k *fft_sample; in ath10k_spectral_process_fft() local65 u8 buf[sizeof(*fft_sample) + SPECTRAL_ATH10K_MAX_NUM_BINS]; in ath10k_spectral_process_fft()71 fft_sample = (struct fft_sample_ath10k *)&buf; in ath10k_spectral_process_fft()88 length = sizeof(*fft_sample) - sizeof(struct fft_sample_tlv) + bin_len; in ath10k_spectral_process_fft()89 fft_sample->tlv.type = ATH_FFT_SAMPLE_ATH10K; in ath10k_spectral_process_fft()90 fft_sample->tlv.length = __cpu_to_be16(length); in ath10k_spectral_process_fft()97 fft_sample->chan_width_mhz = 22; in ath10k_spectral_process_fft()100 fft_sample->chan_width_mhz = 44; in ath10k_spectral_process_fft()111 fft_sample->chan_width_mhz = 88; in ath10k_spectral_process_fft()114 fft_sample->chan_width_mhz = phyerr->chan_width_mhz; in ath10k_spectral_process_fft()[all …]