Searched refs:RAWaitingCounter (Results 1 – 2 of 2) sorted by relevance
155 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateDown_8188E()156 pRaInfo->RAWaitingCounter += 1; in odm_RateDown_8188E()158 } else if (pRaInfo->RAWaitingCounter == 0) { in odm_RateDown_8188E()161 pRaInfo->RAWaitingCounter = 0; in odm_RateDown_8188E()171 …DM_DBG_TRACE, ("RAWaitingCounter %d, RAPendingCounter %d", pRaInfo->RAWaitingCounter, pRaInfo->RAP… in odm_RateDown_8188E()195 if (pRaInfo->RAWaitingCounter == 1) { in odm_RateUp_8188E()196 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()198 } else if (pRaInfo->RAWaitingCounter > 1) { in odm_RateUp_8188E()221 if (pRaInfo->RAWaitingCounter == (4+PendingForRateUpFail[pRaInfo->RAPendingCounter])) in odm_RateUp_8188E()222 pRaInfo->RAWaitingCounter = 0; in odm_RateUp_8188E()[all …]
593 u8 RAWaitingCounter; member