Home
last modified time | relevance | path

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

/drivers/staging/r8188eu/hal/
DHal8188ERateAdaptive.c118 } else if (pRaInfo->RateSGI) { in odm_RateDown_8188E()
119 pRaInfo->RateSGI = 0; in odm_RateDown_8188E()
180 if (pRaInfo->SGIEnable && (pRaInfo->RateSGI != 1)) in odm_RateUp_8188E()
181 pRaInfo->RateSGI = 1; in odm_RateUp_8188E()
183 pRaInfo->RateSGI = 0; in odm_RateUp_8188E()
503 pRaInfo->RateSGI = 0; in ODM_RAInfo_Init()
543 return dm_odm->RAInfo[macid].RateSGI; in ODM_RA_GetShortGI_8188E()
/drivers/staging/r8188eu/include/
Dodm.h137 u8 RateSGI; member