Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dspectral.c17 #define ATH11K_SPECTRAL_MAX_IB_BINS(x) ((x)->hw_params.spectral.max_fft_bins >> 1) macro
25 ATH11K_SPECTRAL_MAX_IB_BINS(x))
620 num_bins > ATH11K_SPECTRAL_MAX_IB_BINS(ab) || in ath11k_spectral_process_fft()
726 sample_sz = sizeof(*fft_sample) + ATH11K_SPECTRAL_MAX_IB_BINS(ab); in ath11k_spectral_process_data()