Searched refs:fft_sample_20 (Results 1 – 1 of 1) sorted by relevance
46 struct fft_sample_ht20 fft_sample_20; in ath_cmn_process_fft() local80 bins = (u8 *)fft_sample_20.data; in ath_cmn_process_fft()181 length = sizeof(fft_sample_20) - sizeof(struct fft_sample_tlv); in ath_cmn_process_fft()182 fft_sample_20.tlv.type = ATH_FFT_SAMPLE_HT20; in ath_cmn_process_fft()183 fft_sample_20.tlv.length = __cpu_to_be16(length); in ath_cmn_process_fft()184 fft_sample_20.freq = __cpu_to_be16(freq); in ath_cmn_process_fft()186 fft_sample_20.rssi = fix_rssi_inv_only(rs->rs_rssi_ctl[0]); in ath_cmn_process_fft()187 fft_sample_20.noise = ah->noise; in ath_cmn_process_fft()191 fft_sample_20.max_magnitude = __cpu_to_be16(magnitude); in ath_cmn_process_fft()193 fft_sample_20.max_index = max_index; in ath_cmn_process_fft()[all …]