Searched refs:RAWaitingCounter (Results 1 – 2 of 2) sorted by relevance
133 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 …]
152 u8 RAWaitingCounter; member