Searched refs:phyRx2_l (Results 1 – 1 of 1) sorted by relevance
23084 s16 phyRx0_l, phyRx2_l; in wlc_phy_rssi_compute_nphy() local23096 phyRx2_l = rxh->PhyRxStatus_2 & 0x00ff; in wlc_phy_rssi_compute_nphy()23097 if (phyRx2_l > 127) in wlc_phy_rssi_compute_nphy()23098 phyRx2_l -= 256; in wlc_phy_rssi_compute_nphy()23102 rxpwr1 = phyRx2_l; in wlc_phy_rssi_compute_nphy()