Home
last modified time | relevance | path

Searched refs:txpwr_history (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/drivers/net/wireless/realtek/rtw89/
Dsar.c444 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()
Dcore.h3766 s16 txpwr_history[RTW89_TAS_MAX_WINDOW]; member