Searched refs:RssiStaRA (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/ |
| H A D | hal8188e_rate_adaptive.c | 195 pRaInfo->PreRssiStaRA = pRaInfo->RssiStaRA; in odm_RateUp_8188E() 257 if ((pRaInfo->RssiStaRA < (pRaInfo->PreRssiStaRA - 3)) || in odm_RateDecision_8188E() 258 (pRaInfo->RssiStaRA > (pRaInfo->PreRssiStaRA + 3))) { in odm_RateDecision_8188E() 267 if (pRaInfo->RssiStaRA > RSSI_THRESHOLD[RateID]) in odm_RateDecision_8188E() 307 …pRaInfo->RssiStaRA, RtyPtID, PenaltyID1, PenaltyID2, RateID, pRaInfo->NscDown, pRaInfo->NscUp, pRa… in odm_RateDecision_8188E() 454 if (pRaInfo->RssiStaRA < 48) { in odm_PTTryState_8188E() 458 (pRaInfo->PTPreRssi > pRaInfo->RssiStaRA + 5) || in odm_PTTryState_8188E() 459 (pRaInfo->PTPreRssi < pRaInfo->RssiStaRA - 5) || in odm_PTTryState_8188E() 468 pRaInfo->PTPreRssi = pRaInfo->RssiStaRA; in odm_PTTryState_8188E() 562 pRaInfo->RssiStaRA = 0; in ODM_RAInfo_Init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/rtl8188e/ |
| H A D | hal8188erateadaptive.c | 321 pRaInfo->PreRssiStaRA=pRaInfo->RssiStaRA; in odm_RateUp_8188E() 385 …if ( (pRaInfo->RssiStaRA<(pRaInfo->PreRssiStaRA-3))|| (pRaInfo->RssiStaRA>(pRaInfo->PreRssiStaRA+3… in odm_RateDecision_8188E() 394 if (pRaInfo->RssiStaRA > RSSI_THRESHOLD[RateID]) in odm_RateDecision_8188E() 435 …pRaInfo->RssiStaRA,RtyPtID, PenaltyID1,PenaltyID2, RateID, pRaInfo->NscDown, pRaInfo->NscUp, pRaIn… in odm_RateDecision_8188E() 596 if (pRaInfo->RssiStaRA<48) in odm_PTTryState_8188E() 602 if ((pRaInfo->PTStopCount>=10)||(pRaInfo->PTPreRssi>pRaInfo->RssiStaRA+5) in odm_PTTryState_8188E() 603 ||(pRaInfo->PTPreRssi<pRaInfo->RssiStaRA-5)||(pRaInfo->DecisionRate!=pRaInfo->PTPreRate)) in odm_PTTryState_8188E() 612 pRaInfo->PTPreRssi=pRaInfo->RssiStaRA; in odm_PTTryState_8188E() 759 pRaInfo->RssiStaRA=0; in ODM_RAInfo_Init() 1005 pRaInfo->RssiStaRA = Rssi; in ODM_RA_SetRSSI_8188E()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/ |
| H A D | phydm_rainfo.h | 118 u1Byte RssiStaRA; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/ |
| H A D | phydm_rainfo.h | 115 u1Byte RssiStaRA; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/ |
| H A D | phydm_rainfo.h | 175 u1Byte RssiStaRA; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/ |
| H A D | odm.h | 539 u8 RssiStaRA; member
|
| /OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/ |
| H A D | odm.h | 645 u8 RssiStaRA; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/ |
| H A D | rtl8188e_hal_init.c | 5510 …mac_id,pHalData->odmpriv.RAInfo[mac_id].RssiStaRA,pHalData->odmpriv.RAInfo[mac_id].PTStage); in GetHalDefVar8188E()
|