[go: nahoru, domu]

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

/drivers/staging/rtl8188eu/hal/
H A DHal8188ERateAdaptive.c448 pRaInfo->PTStage = 0;
454 if (pRaInfo->PTStage == 0)
455 pRaInfo->PTStage = 1;
456 else if (pRaInfo->PTStage == 1)
457 pRaInfo->PTStage = 3;
459 pRaInfo->PTStage = 5;
468 pRaInfo->PTStage = 0;
491 temp_stage = (pRaInfo->PTStage + 1) >> 1;
506 pRaInfo->PTStage = temp_stage;
583 pRaInfo->PTStage
629 u8 PTStage = 5; local
[all...]
H A Dusb_halinit.c1936 DBG_88E("Mac_id:%d , RateID = %d, RAUseRate = 0x%08x, RateSGI = %d, DecisionRate = 0x%02x ,PTStage = %d\n",
1942 haldata->odmpriv.RAInfo[entry_id].PTStage);
/drivers/staging/rtl8188eu/include/
H A Dodm.h597 u8 PTStage; /* 0~6 */ member in struct:odm_ra_info

Completed in 46 milliseconds