Searched refs:fft_sample (Results 1 – 1 of 1) sorted by relevance
68 struct fft_sample_ath10k *fft_sample; in ath10k_spectral_process_fft() local69 u8 buf[sizeof(*fft_sample) + SPECTRAL_ATH10K_MAX_NUM_BINS]; in ath10k_spectral_process_fft()75 fft_sample = (struct fft_sample_ath10k *)&buf; in ath10k_spectral_process_fft()85 length = sizeof(*fft_sample) - sizeof(struct fft_sample_tlv) + bin_len; in ath10k_spectral_process_fft()86 fft_sample->tlv.type = ATH_FFT_SAMPLE_ATH10K; in ath10k_spectral_process_fft()87 fft_sample->tlv.length = __cpu_to_be16(length); in ath10k_spectral_process_fft()94 fft_sample->chan_width_mhz = 22; in ath10k_spectral_process_fft()97 fft_sample->chan_width_mhz = 44; in ath10k_spectral_process_fft()108 fft_sample->chan_width_mhz = 88; in ath10k_spectral_process_fft()111 fft_sample->chan_width_mhz = phyerr->chan_width_mhz; in ath10k_spectral_process_fft()[all …]