Home
last modified time | relevance | path

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

/Linux-v6.1/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()
/Linux-v6.1/drivers/staging/r8188eu/hal/
Dodm.c771 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local
783 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
786 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
794 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
/Linux-v6.1/drivers/staging/rtl8192e/rtl8192e/
Drtl_dm.c329 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in _rtl92e_dm_check_rate_adaptive() local
373 HighRSSIThreshForRA = pra->high2low_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()
377 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()
381 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in _rtl92e_dm_check_rate_adaptive()
387 (long)HighRSSIThreshForRA) { in _rtl92e_dm_check_rate_adaptive()
/Linux-v6.1/drivers/staging/rtl8192u/
Dr8192U_dm.c289 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in dm_check_rate_adaptive() local
341 HighRSSIThreshForRA = pra->high2low_rssi_thresh_for_ra; in dm_check_rate_adaptive()
345 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()
349 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()
355 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()