Searched refs:txpwr_avg (Results 1 – 1 of 1) sorted by relevance
668 s32 txpwr_avg; in rtw89_tas_rolling_average() local672 txpwr_avg = rtw89_linear_to_db_quarter(linear); in rtw89_tas_rolling_average()679 dpr_on_threshold, dpr_off_threshold, txpwr_avg, tx_ratio_avg); in rtw89_tas_rolling_average()683 else if (txpwr_avg >= dpr_on_threshold) in rtw89_tas_rolling_average()685 else if (txpwr_avg < dpr_off_threshold) in rtw89_tas_rolling_average()
Completed in 588 milliseconds