Searched refs:temp_stage (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/drivers/staging/rtl8188eu/hal/
H A DHal8188ERateAdaptive.c495 u8 temp_stage; odm_PTDecision_8188E() local
509 temp_stage = (pRaInfo->PTStage + 1) >> 1; odm_PTDecision_8188E()
510 if (temp_stage > j) odm_PTDecision_8188E()
511 stage_id = temp_stage-j; odm_PTDecision_8188E()
519 temp_stage = stage_id*2; odm_PTDecision_8188E()
520 if (temp_stage != 0) odm_PTDecision_8188E()
521 temp_stage -= 1; odm_PTDecision_8188E()
523 temp_stage = 0; odm_PTDecision_8188E()
524 pRaInfo->PTStage = temp_stage; odm_PTDecision_8188E()

Completed in 54 milliseconds