Searched refs:estimated_pwr (Results 1 – 2 of 2) sorted by relevance
1763 s16 estimated_pwr; in b43legacy_phy_xmitpower() local 1815 estimated_pwr = b43legacy_phy_estimate_power_out(dev, average); in b43legacy_phy_xmitpower() 1847 " dBm\n", Q52_ARG(estimated_pwr), in b43legacy_phy_xmitpower() 1851 pwr_adjust = (desired_pwr - estimated_pwr) / 2; in b43legacy_phy_xmitpower()
2887 int estimated_pwr, desired_pwr, pwr_adjust; in b43_gphy_op_recalc_txpower() local 2914 estimated_pwr = b43_gphy_estimate_power_out(dev, average_tssi); in b43_gphy_op_recalc_txpower() 2939 Q52_ARG(estimated_pwr), in b43_gphy_op_recalc_txpower() 2945 pwr_adjust = desired_pwr - estimated_pwr; in b43_gphy_op_recalc_txpower()