Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8723bs/hal/
H A Dodm_HWConfig.c256 u8 RSSI_max, RSSI_min, i; in odm_Process_RSSIForDM() local
305 RSSI_max = pPhyInfo->rx_mimo_signal_strength[RF_PATH_A]; in odm_Process_RSSIForDM()
308 RSSI_max = pPhyInfo->rx_mimo_signal_strength[RF_PATH_B]; in odm_Process_RSSIForDM()
312 if ((RSSI_max-RSSI_min) < 3) in odm_Process_RSSIForDM()
313 RSSI_Ave = RSSI_max; in odm_Process_RSSIForDM()
314 else if ((RSSI_max-RSSI_min) < 6) in odm_Process_RSSIForDM()
315 RSSI_Ave = RSSI_max - 1; in odm_Process_RSSIForDM()
316 else if ((RSSI_max-RSSI_min) < 10) in odm_Process_RSSIForDM()
317 RSSI_Ave = RSSI_max - 2; in odm_Process_RSSIForDM()
319 RSSI_Ave = RSSI_max - 3; in odm_Process_RSSIForDM()
H A Dodm_DIG.h57 u32 RSSI_max; member