Searched refs:tx_pwr_target (Results 1 – 1 of 1) sorted by relevance
1535 u8 tx_pwr_target[TXP_NUM_RATES]; in wlc_phy_txpower_recalc_target() local1586 tx_pwr_target[rate] = pi->tx_user_target[rate]; in wlc_phy_txpower_recalc_target()1589 tx_pwr_target[rate] += in wlc_phy_txpower_recalc_target()1605 maxtxpwr = min(maxtxpwr, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()1610 tx_pwr_target[rate] = max(maxtxpwr, mintxpwr); in wlc_phy_txpower_recalc_target()1612 tx_pwr_target[rate] = in wlc_phy_txpower_recalc_target()1613 min(tx_pwr_target[rate], pi->txpwr_env_limit[rate]); in wlc_phy_txpower_recalc_target()1615 if (tx_pwr_target[rate] > tx_pwr_max) in wlc_phy_txpower_recalc_target()1618 tx_pwr_max = max(tx_pwr_max, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()1619 tx_pwr_min = min(tx_pwr_min, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()[all …]