Searched refs:txpwr_history (Results 1 – 2 of 2) sorted by relevance
444 memset(&tas->txpwr_history, 0, sizeof(tas->txpwr_history)); in rtw89_tas_reset()483 tas->total_txpwr += txpwr - tas->txpwr_history[tas->cur_idx]; in rtw89_tas_track()484 tas->txpwr_history[tas->cur_idx] = txpwr; in rtw89_tas_track()
3760 s16 txpwr_history[RTW89_TAS_MAX_WINDOW]; member