Searched refs:est_Pout_act (Results 1 – 2 of 2) sorted by relevance
128 u8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain member
2075 power->est_Pout_act[0] = est_pout >> 24; in wlc_phy_txpower_get_current()2076 power->est_Pout_act[1] = (est_pout >> 16) & 0xff; in wlc_phy_txpower_get_current()2083 if (power->est_Pout_act[0] == 0x80) in wlc_phy_txpower_get_current()2084 power->est_Pout_act[0] = 0; in wlc_phy_txpower_get_current()2085 if (power->est_Pout_act[1] == 0x80) in wlc_phy_txpower_get_current()2086 power->est_Pout_act[1] = 0; in wlc_phy_txpower_get_current()