Searched refs:HighestRate (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/drivers/staging/rtl8188eu/hal/
H A DHal8188ERateAdaptive.c125 u8 RateID, LowestRate, HighestRate; odm_RateDown_8188E() local
137 HighestRate = pRaInfo->HighestRate; odm_RateDown_8188E()
140 (" RateID =%d LowestRate =%d HighestRate =%d RateSGI =%d\n", odm_RateDown_8188E()
141 RateID, LowestRate, HighestRate, pRaInfo->RateSGI)); odm_RateDown_8188E()
142 if (RateID > HighestRate) { odm_RateDown_8188E()
143 RateID = HighestRate; odm_RateDown_8188E()
191 u8 RateID, HighestRate; odm_RateUp_8188E() local
202 HighestRate = pRaInfo->HighestRate; odm_RateUp_8188E()
204 (" RateID =%d HighestRate =%d\n", odm_RateUp_8188E()
205 RateID, HighestRate)); odm_RateUp_8188E()
217 if (RateID < HighestRate) { odm_RateUp_8188E()
218 for (i = RateID+1; i <= HighestRate; i++) { odm_RateUp_8188E()
224 } else if (RateID == HighestRate) { odm_RateUp_8188E()
230 RateID = HighestRate; odm_RateUp_8188E()
277 if (pRaInfo->PreRate > pRaInfo->HighestRate) odm_RateDecision_8188E()
278 RateID = pRaInfo->HighestRate; odm_RateDecision_8188E()
328 if (pRaInfo->DecisionRate > pRaInfo->HighestRate) odm_RateDecision_8188E()
329 pRaInfo->DecisionRate = pRaInfo->HighestRate; odm_RateDecision_8188E()
402 pRaInfo->HighestRate = i; odm_ARFBRefresh_8188E()
407 pRaInfo->HighestRate = 0; odm_ARFBRefresh_8188E()
420 if (pRaInfo->HighestRate > 0x13) odm_ARFBRefresh_8188E()
422 else if (pRaInfo->HighestRate > 0x0b) odm_ARFBRefresh_8188E()
424 else if (pRaInfo->HighestRate > 0x0b) odm_ARFBRefresh_8188E()
431 if (pRaInfo->DecisionRate > pRaInfo->HighestRate) odm_ARFBRefresh_8188E()
432 pRaInfo->DecisionRate = pRaInfo->HighestRate; odm_ARFBRefresh_8188E()
435 ("ODM_ARFBRefresh_8188E(): RateID =%d RateMask =%8.8x RAUseRate =%8.8x HighestRate =%d, DecisionRate =%d\n", odm_ARFBRefresh_8188E()
436 pRaInfo->RateID, pRaInfo->RateMask, pRaInfo->RAUseRate, pRaInfo->HighestRate, pRaInfo->DecisionRate)); odm_ARFBRefresh_8188E()
578 pRaInfo->HighestRate = max_rate_idx; ODM_RAInfo_Init()
/linux-4.1.27/drivers/staging/rtl8188eu/include/
H A Dodm.h584 u8 HighestRate; member in struct:odm_ra_info

Completed in 90 milliseconds