Searched refs:HighRSSIThreshForRA (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A D | odm.c | 1141 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local 1154 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 1158 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 1168 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/ |
| H A D | odm.c | 808 u8 HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local 820 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 823 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 832 if (HighRSSIThreshForRA < RSSI) in ODM_RAStateCheck()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/ |
| H A D | phydm_rainfo.c | 1720 u1Byte HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local 1724 …G_LOUD, ("[Ori RA RSSI Thresh] High= (( %d )), Low = (( %d ))\n", HighRSSIThreshForRA, LowRSSIThr… in ODM_RAStateCheck() 1740 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 1744 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 1750 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 1762 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck() 1776 …G_LOUD, ("[Mod RA RSSI Thresh] High= (( %d )), Low = (( %d ))\n", HighRSSIThreshForRA, LowRSSIThr… in ODM_RAStateCheck()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/ |
| H A D | phydm_rainfo.c | 1643 u1Byte HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local 1647 …G_LOUD, ("[Ori RA RSSI Thresh] High= (( %d )), Low = (( %d ))\n", HighRSSIThreshForRA, LowRSSIThr… in ODM_RAStateCheck() 1663 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 1667 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 1673 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 1685 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck() 1699 …G_LOUD, ("[Mod RA RSSI Thresh] High= (( %d )), Low = (( %d ))\n", HighRSSIThreshForRA, LowRSSIThr… in ODM_RAStateCheck()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/ |
| H A D | phydm_rainfo.c | 3295 u1Byte HighRSSIThreshForRA = pRA->HighRSSIThresh; in ODM_RAStateCheck() local 3300 …G_LOUD, ("[Ori RA RSSI Thresh] High= (( %d )), Low = (( %d ))\n", HighRSSIThreshForRA, LowRSSIThr… in ODM_RAStateCheck() 3317 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 3321 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 3327 HighRSSIThreshForRA += GoUpGap; in ODM_RAStateCheck() 3339 if (RSSI > HighRSSIThreshForRA) in ODM_RAStateCheck() 3353 …G_LOUD, ("[Mod RA RSSI Thresh] High= (( %d )), Low = (( %d ))\n", HighRSSIThreshForRA, LowRSSIThr… in ODM_RAStateCheck()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192e/rtl8192e/ |
| H A D | rtl_dm.c | 331 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()
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8192u/ |
| H A D | r8192U_dm.c | 289 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()
|