Searched refs:tx_pwr_target (Results 1 – 1 of 1) sorted by relevance
1782 u8 tx_pwr_target[TXP_NUM_RATES]; in wlc_phy_txpower_recalc_target() local1836 tx_pwr_target[rate] = pi->tx_user_target[rate]; in wlc_phy_txpower_recalc_target()1839 tx_pwr_target[rate] += in wlc_phy_txpower_recalc_target()1856 maxtxpwr = min(maxtxpwr, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()1861 tx_pwr_target[rate] = max(maxtxpwr, mintxpwr); in wlc_phy_txpower_recalc_target()1864 tx_pwr_target[rate] = in wlc_phy_txpower_recalc_target()1865 min(tx_pwr_target[rate], pi->txpwr_env_limit[rate]); in wlc_phy_txpower_recalc_target()1867 if (tx_pwr_target[rate] > tx_pwr_max) in wlc_phy_txpower_recalc_target()1870 tx_pwr_max = max(tx_pwr_max, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()1871 tx_pwr_min = min(tx_pwr_min, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()[all …]