Searched refs:phyRx2_l (Results 1 – 1 of 1) sorted by relevance
22997 s16 phyRx0_l, phyRx2_l; in wlc_phy_rssi_compute_nphy() local23009 phyRx2_l = rxh->PhyRxStatus_2 & 0x00ff; in wlc_phy_rssi_compute_nphy()23010 if (phyRx2_l > 127) in wlc_phy_rssi_compute_nphy()23011 phyRx2_l -= 256; in wlc_phy_rssi_compute_nphy()23015 rxpwr1 = phyRx2_l; in wlc_phy_rssi_compute_nphy()