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

/linux-4.1.27/drivers/net/wireless/ath/ath9k/
H A Dcommon-spectral.c128 struct ath_ht20_40_mag_info *mag_info; ath_cmn_process_fft() local
158 mag_info = ((struct ath_ht20_40_mag_info *)radar_info) - 1; ath_cmn_process_fft()
159 lower_mag = spectral_max_magnitude(mag_info->lower_bins); ath_cmn_process_fft()
160 upper_mag = spectral_max_magnitude(mag_info->upper_bins); ath_cmn_process_fft()
163 lower_max_index = spectral_max_index(mag_info->lower_bins); ath_cmn_process_fft()
164 upper_max_index = spectral_max_index(mag_info->upper_bins); ath_cmn_process_fft()
167 lower_bitmap_w = spectral_bitmap_weight(mag_info->lower_bins); ath_cmn_process_fft()
168 upper_bitmap_w = spectral_bitmap_weight(mag_info->upper_bins); ath_cmn_process_fft()
171 fft_sample_40.max_exp = mag_info->max_exp & 0xf; ath_cmn_process_fft()
179 struct ath_ht20_mag_info *mag_info; ath_cmn_process_fft() local
189 mag_info = ((struct ath_ht20_mag_info *)radar_info) - 1; ath_cmn_process_fft()
190 magnitude = spectral_max_magnitude(mag_info->all_bins); ath_cmn_process_fft()
192 max_index = spectral_max_index(mag_info->all_bins); ath_cmn_process_fft()
194 bitmap_w = spectral_bitmap_weight(mag_info->all_bins); ath_cmn_process_fft()
196 fft_sample_20.max_exp = mag_info->max_exp & 0xf; ath_cmn_process_fft()
H A Dcommon-spectral.h64 struct ath_ht20_mag_info mag_info; member in struct:ath_ht20_fft_packet
91 struct ath_ht20_40_mag_info mag_info; member in struct:ath_ht20_40_fft_packet

Completed in 113 milliseconds