Home
last modified time | relevance | path

Searched refs:RssiStaRA (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/hal/
H A Dhal8188e_rate_adaptive.c195 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 Dhal8188erateadaptive.c321 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 Dphydm_rainfo.h118 u1Byte RssiStaRA; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_rainfo.h115 u1Byte RssiStaRA; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_rainfo.h175 u1Byte RssiStaRA; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8188eu/include/
H A Dodm.h539 u8 RssiStaRA; member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm.h645 u8 RssiStaRA; member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/rtl8188e/
H A Drtl8188e_hal_init.c5510 …mac_id,pHalData->odmpriv.RAInfo[mac_id].RssiStaRA,pHalData->odmpriv.RAInfo[mac_id].PTStage); in GetHalDefVar8188E()