Searched refs:fft_sample_20 (Results 1 – 1 of 1) sorted by relevance
136 struct fft_sample_ht20 fft_sample_20; in ath_cmn_process_ht20_fft() local147 length = sizeof(fft_sample_20) - sizeof(struct fft_sample_tlv); in ath_cmn_process_ht20_fft()148 fft_sample_20.tlv.type = ATH_FFT_SAMPLE_HT20; in ath_cmn_process_ht20_fft()149 fft_sample_20.tlv.length = __cpu_to_be16(length); in ath_cmn_process_ht20_fft()150 fft_sample_20.freq = __cpu_to_be16(freq); in ath_cmn_process_ht20_fft()151 fft_sample_20.rssi = fix_rssi_inv_only(rs->rs_rssi_ctl[0]); in ath_cmn_process_ht20_fft()152 fft_sample_20.noise = ah->noise; in ath_cmn_process_ht20_fft()158 fft_sample_20.max_magnitude = __cpu_to_be16(magnitude); in ath_cmn_process_ht20_fft()161 fft_sample_20.max_index = max_index; in ath_cmn_process_ht20_fft()164 fft_sample_20.bitmap_weight = bitmap_w; in ath_cmn_process_ht20_fft()[all …]