Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/rtw89/
H A Drtw8922a.c2804 if (desc_info->rssi <= 0x1 || (desc_info->rssi >> 2) > MAX_RSSI) in rtw8922a_phy_rpt_to_rssi()
2807 rx_status->signal = (desc_info->rssi >> 2) - MAX_RSSI; in rtw8922a_phy_rpt_to_rssi()
H A Dmac80211.c1931 survey->noise = rpt->noise - MAX_RSSI; in rtw89_ops_get_survey()
H A Dcore.h58 #define MAX_RSSI 110 macro
60 #define RTW89_RSSI_RAW_TO_DBM(rssi) ((s8)((rssi) >> RSSI_FACTOR) - MAX_RSSI)
H A Dmac.c5291 sig = le32_get_bits(c2h->w2, RTW89_C2H_MAC_BCNFLTR_RPT_W2_MA) - MAX_RSSI; in rtw89_mac_bcn_fltr_rpt()
H A Dfw.c5414 le32_encode_bits(thold + MAX_RSSI,