Searched refs:RSSI_min (Results 1 - 2 of 2) sorted by relevance

/drivers/staging/rtl8723au/hal/
H A Dodm_HWConfig.c285 u8 RSSI_max, RSSI_min, i; local
314 RSSI_min = pPhyInfo->RxMIMOSignalStrength[RF_PATH_B];
317 RSSI_min = pPhyInfo->RxMIMOSignalStrength[RF_PATH_A];
319 if ((RSSI_max - RSSI_min) < 3)
321 else if ((RSSI_max - RSSI_min) < 6)
323 else if ((RSSI_max - RSSI_min) < 10)
/drivers/staging/rtl8188eu/hal/
H A Dodm_HWConfig.c285 u8 RSSI_max, RSSI_min, i; local
334 RSSI_min = pPhyInfo->RxMIMOSignalStrength[RF_PATH_B];
337 RSSI_min = pPhyInfo->RxMIMOSignalStrength[RF_PATH_A];
339 if ((RSSI_max - RSSI_min) < 3)
341 else if ((RSSI_max - RSSI_min) < 6)
343 else if ((RSSI_max - RSSI_min) < 10)

Completed in 64 milliseconds