Searched refs:pRaInfo (Results 1 – 1 of 1) sorted by relevance
82 struct odm_ra_info *pRaInfo, in odm_SetTxRPTTiming_8188E() argument89 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() argument110 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 …]