Home
last modified time | relevance | path

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

/linux/drivers/staging/r8188eu/hal/
A DHal8188ERateAdaptive.c146 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateDown_8188E()
147 pRaInfo->RAWaitingCounter += 1; in odm_RateDown_8188E()
149 } else if (pRaInfo->RAWaitingCounter == 0) { in odm_RateDown_8188E()
152 pRaInfo->RAWaitingCounter = 0; in odm_RateDown_8188E()
176 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateUp_8188E()
177 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()
179 } else if (pRaInfo->RAWaitingCounter > 1) { in odm_RateUp_8188E()
202 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()
204 pRaInfo->RAWaitingCounter++; in odm_RateUp_8188E()
230 pRaInfo->RAWaitingCounter = 0; in odm_RateDecision_8188E()
[all …]
/linux/drivers/staging/r8188eu/include/
A Dodm.h332 u8 RAWaitingCounter; member

Completed in 9 milliseconds