Searched refs:temp_stage (Results 1 – 1 of 1) sorted by relevance
484 u8 temp_stage; in odm_PTDecision_8188E() local498 temp_stage = (pRaInfo->PTStage + 1) >> 1; in odm_PTDecision_8188E()499 if (temp_stage > j) in odm_PTDecision_8188E()500 stage_id = temp_stage - j; in odm_PTDecision_8188E()510 temp_stage = stage_id * 2; in odm_PTDecision_8188E()511 if (temp_stage != 0) in odm_PTDecision_8188E()512 temp_stage -= 1; in odm_PTDecision_8188E()514 temp_stage = 0; in odm_PTDecision_8188E()515 pRaInfo->PTStage = temp_stage; in odm_PTDecision_8188E()