Searched refs:est_Pout_act (Results 1 – 2 of 2) sorted by relevance
139 u8 est_Pout_act[4]; /* Latest tx power out estimate per RF chain member
2088 power->est_Pout_act[0] = est_pout >> 24; in wlc_phy_txpower_get_current()2089 power->est_Pout_act[1] = (est_pout >> 16) & 0xff; in wlc_phy_txpower_get_current()2096 if (power->est_Pout_act[0] == 0x80) in wlc_phy_txpower_get_current()2097 power->est_Pout_act[0] = 0; in wlc_phy_txpower_get_current()2098 if (power->est_Pout_act[1] == 0x80) in wlc_phy_txpower_get_current()2099 power->est_Pout_act[1] = 0; in wlc_phy_txpower_get_current()