Home
last modified time | relevance | path

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

/drivers/staging/rtl8723bs/hal/
Dodm.c481 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local
494 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
498 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
509 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
/drivers/staging/rtl8192u/
Dr8192U_dm.c255 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in dm_check_rate_adaptive() local
306 HighRSSIThreshForRA = pra->high2low_rssi_thresh_for_ra; in dm_check_rate_adaptive()
310 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()
314 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()
319 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()