Searched refs:pRaInfo (Results 1 – 1 of 1) sorted by relevance
96 struct odm_ra_info *pRaInfo, in odm_SetTxRPTTiming_8188E() argument103 if (DynamicTxRPTTiming[idx] == pRaInfo->RptTime) in odm_SetTxRPTTiming_8188E()116 pRaInfo->RptTime = DynamicTxRPTTiming[idx]; in odm_SetTxRPTTiming_8188E()118 …ODM_RT_TRACE(dm_odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_LOUD, ("pRaInfo->RptTime = 0x%x\n", pRaInfo->… in odm_SetTxRPTTiming_8188E()121 static int odm_RateDown_8188E(struct odm_dm_struct *dm_odm, struct odm_ra_info *pRaInfo) in odm_RateDown_8188E() argument127 if (NULL == pRaInfo) { in odm_RateDown_8188E()131 RateID = pRaInfo->PreRate; in odm_RateDown_8188E()132 LowestRate = pRaInfo->LowestRate; in odm_RateDown_8188E()133 HighestRate = pRaInfo->HighestRate; in odm_RateDown_8188E()137 RateID, LowestRate, HighestRate, pRaInfo->RateSGI)); in odm_RateDown_8188E()[all …]