Home
last modified time | relevance | path

Searched refs:PreRate (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/rtl8188eu/hal/
DHal8188ERateAdaptive.c131 RateID = pRaInfo->PreRate; in odm_RateDown_8188E()
190 RateID = pRaInfo->PreRate; in odm_RateUp_8188E()
259 if (pRaInfo->PreRate > pRaInfo->HighestRate) in odm_RateDecision_8188E()
262 RateID = pRaInfo->PreRate; in odm_RateDecision_8188E()
313 if ((pRaInfo->DecisionRate) == (pRaInfo->PreRate)) in odm_RateDecision_8188E()
325 pRaInfo->PreRate = pRaInfo->DecisionRate; /* YJ, add, 120120 */ in odm_RateDecision_8188E()
558 pRaInfo->PreRate = max_rate_idx; in ODM_RAInfo_Init()
/drivers/staging/rtl8188eu/include/
Dodm.h583 u8 PreRate; member