Searched refs:tx_pwr_target (Results 1 – 1 of 1) sorted by relevance
1548 u8 tx_pwr_target[TXP_NUM_RATES]; in wlc_phy_txpower_recalc_target() local1599 tx_pwr_target[rate] = pi->tx_user_target[rate]; in wlc_phy_txpower_recalc_target()1602 tx_pwr_target[rate] += in wlc_phy_txpower_recalc_target()1618 maxtxpwr = min(maxtxpwr, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()1623 tx_pwr_target[rate] = max(maxtxpwr, mintxpwr); in wlc_phy_txpower_recalc_target()1625 tx_pwr_target[rate] = in wlc_phy_txpower_recalc_target()1626 min(tx_pwr_target[rate], pi->txpwr_env_limit[rate]); in wlc_phy_txpower_recalc_target()1628 if (tx_pwr_target[rate] > tx_pwr_max) in wlc_phy_txpower_recalc_target()1631 tx_pwr_max = max(tx_pwr_max, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()1632 tx_pwr_min = min(tx_pwr_min, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()[all …]