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()79 length = sizeof(*fft_sample) - sizeof(struct fft_sample_tlv) + bin_len; in ath10k_spectral_process_fft()80 fft_sample->tlv.type = ATH_FFT_SAMPLE_ATH10K; in ath10k_spectral_process_fft()81 fft_sample->tlv.length = __cpu_to_be16(length); in ath10k_spectral_process_fft()88 fft_sample->chan_width_mhz = 22; in ath10k_spectral_process_fft()91 fft_sample->chan_width_mhz = 44; in ath10k_spectral_process_fft()102 fft_sample->chan_width_mhz = 88; in ath10k_spectral_process_fft()105 fft_sample->chan_width_mhz = phyerr->chan_width_mhz; in ath10k_spectral_process_fft()[all …]