Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/rtl8188eu/hal/
Dodm.c1062 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local
1074 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
1077 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck()
1086 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
/linux-4.4.14/drivers/staging/rtl8723au/hal/
Dodm.c1169 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck23a() local
1181 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck23a()
1184 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck23a()
1194 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck23a()
/linux-4.4.14/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-4.4.14/drivers/staging/rtl8192u/
Dr8192U_dm.c303 u32 LowRSSIThreshForRA = 0, HighRSSIThreshForRA = 0; in dm_check_rate_adaptive() local
354 HighRSSIThreshForRA = pra->high2low_rssi_thresh_for_ra; in dm_check_rate_adaptive()
358 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()
362 HighRSSIThreshForRA = pra->high_rssi_thresh_for_ra; in dm_check_rate_adaptive()
368 if (priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA) { in dm_check_rate_adaptive()