Home
last modified time | relevance | path

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

/drivers/staging/rtl8192e/rtl8192e/
Dr8192E_dev.c1481 s8 rx_snrX, rx_evmX; in _rtl92e_query_rxphystatus() local
1606 rx_snrX = (s8)(tmp_rxsnr); in _rtl92e_query_rxphystatus()
1607 rx_snrX /= 2; in _rtl92e_query_rxphystatus()
1608 priv->stats.rxSNRdB[i] = (long)rx_snrX; in _rtl92e_query_rxphystatus()
/drivers/staging/rtl8192u/
Dr8192U_core.c4025 s8 rx_snrX, rx_evmX; in rtl8192_query_rxphystatus() local
4148 rx_snrX = (s8)(tmp_rxsnr); in rtl8192_query_rxphystatus()
4149 rx_snrX /= 2; in rtl8192_query_rxphystatus()
4150 priv->stats.rxSNRdB[i] = (long)rx_snrX; in rtl8192_query_rxphystatus()