Searched refs:rssi_out_val (Results 1 – 1 of 1) sorted by relevance
21981 s32 rssi_out_val; in wlc_phy_poll_rssi_nphy() local22030 rssi_out_val = rssi_buf[3] & 0xff; in wlc_phy_poll_rssi_nphy()22031 rssi_out_val |= (rssi_buf[2] & 0xff) << 8; in wlc_phy_poll_rssi_nphy()22032 rssi_out_val |= (rssi_buf[1] & 0xff) << 16; in wlc_phy_poll_rssi_nphy()22033 rssi_out_val |= (rssi_buf[0] & 0xff) << 24; in wlc_phy_poll_rssi_nphy()22055 return rssi_out_val; in wlc_phy_poll_rssi_nphy()