Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.h63 u8 data[SPECTRAL_HT20_NUM_BINS];
70 SPECTRAL_HT20_NUM_BINS)
162 return spectral_max_index(bins, SPECTRAL_HT20_NUM_BINS); in spectral_max_index_ht20()
H A Dcommon-spectral.c143 int dc_pos = SPECTRAL_HT20_NUM_BINS / 2; in ath_cmn_process_ht20_fft()
155 SPECTRAL_HT20_NUM_BINS); in ath_cmn_process_ht20_fft()
171 memcpy(fft_sample_20.data, sample_buf, SPECTRAL_HT20_NUM_BINS); in ath_cmn_process_ht20_fft()
210 for (i = 0; i < SPECTRAL_HT20_NUM_BINS; i++) { in ath_cmn_process_ht20_fft()
528 num_bins = SPECTRAL_HT20_NUM_BINS; in ath_cmn_process_fft()
/linux/drivers/net/wireless/ath/
H A Dspectral_common.h20 #define SPECTRAL_HT20_NUM_BINS 56 macro
64 u8 data[SPECTRAL_HT20_NUM_BINS];