Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/realtek/rtw89/
H A Dsar.c633 u8 tx_ratio = env->ifs_clm_tx_ratio; in rtw89_tas_history_update() local
637 if (tx_ratio == 0) { in rtw89_tas_history_update()
645 txpwr = instant_txpwr * tx_ratio; in rtw89_tas_history_update()
649 tas->total_tx_ratio += tx_ratio - tas->tx_ratio_history[tas->tx_ratio_idx]; in rtw89_tas_history_update()
650 tas->tx_ratio_history[tas->tx_ratio_idx] = tx_ratio; in rtw89_tas_history_update()
659 rtw89_linear_to_db_quarter(instant_txpwr), tx_ratio, in rtw89_tas_history_update()