Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/staging/r8188eu/hal/
DHal8188ERateAdaptive.c82 struct odm_ra_info *pRaInfo, in odm_SetTxRPTTiming_8188E() argument
89 if (DynamicTxRPTTiming[idx] == pRaInfo->RptTime) in odm_SetTxRPTTiming_8188E()
102 pRaInfo->RptTime = DynamicTxRPTTiming[idx]; in odm_SetTxRPTTiming_8188E()
105 static int odm_RateDown_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo) in odm_RateDown_8188E() argument
110 if (NULL == pRaInfo) in odm_RateDown_8188E()
112 RateID = pRaInfo->PreRate; in odm_RateDown_8188E()
113 LowestRate = pRaInfo->LowestRate; in odm_RateDown_8188E()
114 HighestRate = pRaInfo->HighestRate; in odm_RateDown_8188E()
118 } else if (pRaInfo->RateSGI) { in odm_RateDown_8188E()
119 pRaInfo->RateSGI = 0; in odm_RateDown_8188E()
[all …]