Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
Dcommon-spectral.c128 struct ath_ht20_40_mag_info *mag_info; in ath_cmn_process_fft() local
158 mag_info = ((struct ath_ht20_40_mag_info *)radar_info) - 1; in ath_cmn_process_fft()
159 lower_mag = spectral_max_magnitude(mag_info->lower_bins); in ath_cmn_process_fft()
160 upper_mag = spectral_max_magnitude(mag_info->upper_bins); in ath_cmn_process_fft()
163 lower_max_index = spectral_max_index(mag_info->lower_bins); in ath_cmn_process_fft()
164 upper_max_index = spectral_max_index(mag_info->upper_bins); in ath_cmn_process_fft()
167 lower_bitmap_w = spectral_bitmap_weight(mag_info->lower_bins); in ath_cmn_process_fft()
168 upper_bitmap_w = spectral_bitmap_weight(mag_info->upper_bins); in ath_cmn_process_fft()
171 fft_sample_40.max_exp = mag_info->max_exp & 0xf; in ath_cmn_process_fft()
179 struct ath_ht20_mag_info *mag_info; in ath_cmn_process_fft() local
[all …]
Dcommon-spectral.h64 struct ath_ht20_mag_info mag_info; member
91 struct ath_ht20_40_mag_info mag_info; member