Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/staging/r8188eu/hal/
DHal8188ERateAdaptive.c95 struct odm_ra_info *pRaInfo, in odm_SetTxRPTTiming_8188E() argument
102 if (DynamicTxRPTTiming[idx] == pRaInfo->RptTime) in odm_SetTxRPTTiming_8188E()
115 pRaInfo->RptTime = DynamicTxRPTTiming[idx]; in odm_SetTxRPTTiming_8188E()
118 static int odm_RateDown_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo) in odm_RateDown_8188E() argument
123 if (NULL == pRaInfo) in odm_RateDown_8188E()
125 RateID = pRaInfo->PreRate; in odm_RateDown_8188E()
126 LowestRate = pRaInfo->LowestRate; in odm_RateDown_8188E()
127 HighestRate = pRaInfo->HighestRate; in odm_RateDown_8188E()
131 } else if (pRaInfo->RateSGI) { in odm_RateDown_8188E()
132 pRaInfo->RateSGI = 0; in odm_RateDown_8188E()
[all …]