Home
last modified time | relevance | path

Searched refs:rxpwr1 (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/phy/
Dphy_n.c23083 s16 rxpwr, rxpwr0, rxpwr1; in wlc_phy_rssi_compute_nphy() local
23088 rxpwr1 = (rxh->PhyRxStatus_1 & PRXS1_nphy_PWR1_MASK) >> 8; in wlc_phy_rssi_compute_nphy()
23092 if (rxpwr1 > 127) in wlc_phy_rssi_compute_nphy()
23093 rxpwr1 -= 256; in wlc_phy_rssi_compute_nphy()
23101 rxpwr0 = rxpwr1; in wlc_phy_rssi_compute_nphy()
23102 rxpwr1 = phyRx2_l; in wlc_phy_rssi_compute_nphy()
23106 rxpwr = (rxpwr0 > rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
23108 rxpwr = (rxpwr0 < rxpwr1) ? rxpwr0 : rxpwr1; in wlc_phy_rssi_compute_nphy()
23110 rxpwr = (rxpwr0 + rxpwr1) >> 1; in wlc_phy_rssi_compute_nphy()