Searched refs:RAWaitingCounter (Results 1 – 2 of 2) sorted by relevance
146 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()201 if (pRaInfo->RAWaitingCounter == (4 + PendingForRateUpFail[pRaInfo->RAPendingCounter])) in odm_RateUp_8188E()202 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()204 pRaInfo->RAWaitingCounter++; in odm_RateUp_8188E()[all …]
606 u8 RAWaitingCounter; member