Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dodm.c1158 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local
1171 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
1175 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
1185 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dodm.c834 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local
846 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
849 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
858 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
/Linux-v4.19/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c339 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in _rtl92e_dm_check_rate_adaptive() local
385 HighRSSIThreshForRA = pra->high2low_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()
389 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()
393 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()
399 (long)HighRSSIThreshForRA) { in _rtl92e_dm_check_rate_adaptive()
/Linux-v4.19/drivers/staging/rtl8192u/
Dr8192U_dm.c304 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in dm_check_rate_adaptive() local
355 HighRSSIThreshForRA = pra->high2low_rssi_thresh_for_ra; in dm_check_rate_adaptive()
359 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()
363 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()
369 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()