Searched refs:tx_pwr_target (Results 1 – 1 of 1) sorted by relevance
1303 u8 tx_pwr_target[TXP_NUM_RATES]; in wlc_phy_txpower_recalc_target() local1354 tx_pwr_target[rate] = pi->tx_user_target[rate]; in wlc_phy_txpower_recalc_target()1357 tx_pwr_target[rate] += in wlc_phy_txpower_recalc_target()1373 maxtxpwr = min(maxtxpwr, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()1378 tx_pwr_target[rate] = max(maxtxpwr, mintxpwr); in wlc_phy_txpower_recalc_target()1380 tx_pwr_target[rate] = in wlc_phy_txpower_recalc_target()1381 min(tx_pwr_target[rate], pi->txpwr_env_limit[rate]); in wlc_phy_txpower_recalc_target()1383 if (tx_pwr_target[rate] > tx_pwr_max) in wlc_phy_txpower_recalc_target()1386 tx_pwr_max = max(tx_pwr_max, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()1387 tx_pwr_min = min(tx_pwr_min, tx_pwr_target[rate]); in wlc_phy_txpower_recalc_target()[all …]