Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/hal/
DHal8188ERateAdaptive.c133 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateDown_8188E()
134 pRaInfo->RAWaitingCounter += 1; in odm_RateDown_8188E()
136 } else if (pRaInfo->RAWaitingCounter == 0) { in odm_RateDown_8188E()
139 pRaInfo->RAWaitingCounter = 0; in odm_RateDown_8188E()
163 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateUp_8188E()
164 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()
166 } else if (pRaInfo->RAWaitingCounter > 1) { in odm_RateUp_8188E()
188 if (pRaInfo->RAWaitingCounter == (4 + PendingForRateUpFail[pRaInfo->RAPendingCounter])) in odm_RateUp_8188E()
189 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()
191 pRaInfo->RAWaitingCounter++; in odm_RateUp_8188E()
[all …]
/linux-6.1.9/drivers/staging/r8188eu/include/
Dodm.h152 u8 RAWaitingCounter; member