Searched refs:RAWaitingCounter (Results 1 – 2 of 2) sorted by relevance
159 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateDown_8188E()160 pRaInfo->RAWaitingCounter += 1; in odm_RateDown_8188E()162 } else if (pRaInfo->RAWaitingCounter == 0) { in odm_RateDown_8188E()165 pRaInfo->RAWaitingCounter = 0; in odm_RateDown_8188E()178 pRaInfo->RAWaitingCounter, pRaInfo->RAPendingCounter)); in odm_RateDown_8188E()206 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateUp_8188E()207 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()209 } else if (pRaInfo->RAWaitingCounter > 1) { in odm_RateUp_8188E()233 if (pRaInfo->RAWaitingCounter == in odm_RateUp_8188E()235 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()[all …]
565 u8 RAWaitingCounter; member