Searched refs:tx_pwr_max (Results 1 – 1 of 1) sorted by relevance
1304 u8 tx_pwr_max = 0; in wlc_phy_txpower_recalc_target() local1383 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()1391 pi->tx_power_max = tx_pwr_max; in wlc_phy_txpower_recalc_target()