Searched refs:rssi_out_val (Results 1 – 1 of 1) sorted by relevance
21883 s32 rssi_out_val; in wlc_phy_poll_rssi_nphy() local21932 rssi_out_val = rssi_buf[3] & 0xff; in wlc_phy_poll_rssi_nphy()21933 rssi_out_val |= (rssi_buf[2] & 0xff) << 8; in wlc_phy_poll_rssi_nphy()21934 rssi_out_val |= (rssi_buf[1] & 0xff) << 16; in wlc_phy_poll_rssi_nphy()21935 rssi_out_val |= (rssi_buf[0] & 0xff) << 24; in wlc_phy_poll_rssi_nphy()21957 return rssi_out_val; in wlc_phy_poll_rssi_nphy()