Searched refs:tx_pwr_target (Results 1 – 1 of 1) sorted by relevance
1536 u8 tx_pwr_target[TXP_NUM_RATES]; in wlc_phy_txpower_recalc_target() local1587 tx_pwr_target[rate] = pi->tx_user_target[rate]; in wlc_phy_txpower_recalc_target()1590 tx_pwr_target[rate] += in wlc_phy_txpower_recalc_target()1606 maxtxpwr = min(maxtxpwr, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()1611 tx_pwr_target[rate] = max(maxtxpwr, mintxpwr); in wlc_phy_txpower_recalc_target()1613 tx_pwr_target[rate] = in wlc_phy_txpower_recalc_target()1614 min(tx_pwr_target[rate], pi->txpwr_env_limit[rate]); in wlc_phy_txpower_recalc_target()1616 if (tx_pwr_target[rate] > tx_pwr_max) in wlc_phy_txpower_recalc_target()1619 tx_pwr_max = max(tx_pwr_max, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()1620 tx_pwr_min = min(tx_pwr_min, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()[all …]