Home
last modified time | relevance | path

Searched refs:RateSGI (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/staging/r8188eu/hal/
DHal8188ERateAdaptive.c131 } else if (pRaInfo->RateSGI) { in odm_RateDown_8188E()
132 pRaInfo->RateSGI = 0; in odm_RateDown_8188E()
193 if (pRaInfo->SGIEnable && (pRaInfo->RateSGI != 1)) in odm_RateUp_8188E()
194 pRaInfo->RateSGI = 1; in odm_RateUp_8188E()
196 pRaInfo->RateSGI = 0; in odm_RateUp_8188E()
513 pRaInfo->RateSGI = 0; in ODM_RAInfo_Init()
553 return dm_odm->RAInfo[macid].RateSGI; in ODM_RA_GetShortGI_8188E()
Dusb_halinit.c2010 haldata->odmpriv.RAInfo[entry_id].RateSGI, in GetHalDefVar8188EUsb()
/Linux-v5.15/drivers/staging/r8188eu/include/
Dodm.h591 u8 RateSGI; member