Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dodm.c1154 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local
1167 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
1171 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
1181 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
/Linux-v5.4/drivers/staging/rtl8188eu/hal/
Dodm.c810 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local
822 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
825 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
834 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
/Linux-v5.4/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c331 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in _rtl92e_dm_check_rate_adaptive() local
377 HighRSSIThreshForRA = pra->high2low_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()
381 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()
385 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()
391 (long)HighRSSIThreshForRA) { in _rtl92e_dm_check_rate_adaptive()
/Linux-v5.4/drivers/staging/rtl8192u/
Dr8192U_dm.c288 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in dm_check_rate_adaptive() local
340 HighRSSIThreshForRA = pra->high2low_rssi_thresh_for_ra; in dm_check_rate_adaptive()
344 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()
348 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()
354 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()