Searched refs:LdpcThres (Results 1 – 8 of 8) sorted by relevance
1434 pOdmRA->LdpcThres = 50; in odm_RateAdaptiveMaskInit()1436 pOdmRA->LdpcThres = 35; in odm_RateAdaptiveMaskInit()1441 pOdmRA->LdpcThres = 35; in odm_RateAdaptiveMaskInit()1613 if (pstat->rssi_stat.UndecoratedSmoothedPWDB < pRA->LdpcThres) { in odm_RefreshRateAdaptiveMaskCE()1619 } else if (pstat->rssi_stat.UndecoratedSmoothedPWDB > (pRA->LdpcThres - 5)) { in odm_RefreshRateAdaptiveMaskCE()2164 if (UndecoratedSmoothedPWDB < (pRA->LdpcThres - 5)) in odm_RefreshLdpcRtsMP()2166 else if (UndecoratedSmoothedPWDB > pRA->LdpcThres) in odm_RefreshLdpcRtsMP()
207 u1Byte LdpcThres; // if RSSI > LdpcThres => switch from LPDC to BCC member
1356 pOdmRA->LdpcThres = 50; in odm_RateAdaptiveMaskInit()1358 pOdmRA->LdpcThres = 35; in odm_RateAdaptiveMaskInit()1363 pOdmRA->LdpcThres = 35; in odm_RateAdaptiveMaskInit()1532 if (pstat->rssi_stat.UndecoratedSmoothedPWDB < pRA->LdpcThres) { in odm_RefreshRateAdaptiveMaskCE()1538 } else if (pstat->rssi_stat.UndecoratedSmoothedPWDB > (pRA->LdpcThres - 5)) { in odm_RefreshRateAdaptiveMaskCE()2088 if (UndecoratedSmoothedPWDB < (pRA->LdpcThres - 5)) in odm_RefreshLdpcRtsMP()2090 else if (UndecoratedSmoothedPWDB > pRA->LdpcThres) in odm_RefreshLdpcRtsMP()
195 u1Byte LdpcThres; // if RSSI > LdpcThres => switch from LPDC to BCC member
1458 pOdmRA->LdpcThres = 50; in odm_RateAdaptiveMaskInit()1460 pOdmRA->LdpcThres = 35; in odm_RateAdaptiveMaskInit()1465 pOdmRA->LdpcThres = 35; in odm_RateAdaptiveMaskInit()2223 if (pEntry->rssi_stat.UndecoratedSmoothedPWDB < pRA->LdpcThres) { in odm_RefreshRateAdaptiveMaskCE()2229 } else if (pEntry->rssi_stat.UndecoratedSmoothedPWDB > (pRA->LdpcThres - 5)) { in odm_RefreshRateAdaptiveMaskCE()2833 if (UndecoratedSmoothedPWDB < (pRA->LdpcThres - 5)) in odm_RefreshLdpcRtsMP()2835 else if (UndecoratedSmoothedPWDB > pRA->LdpcThres) in odm_RefreshLdpcRtsMP()
270 u1Byte LdpcThres; // if RSSI > LdpcThres => switch from LPDC to BCC member
946 pOdmRA->LdpcThres = 35; in odm_RateAdaptiveMaskInit()
183 u8 LdpcThres; /* if RSSI > LdpcThres => switch from LPDC to BCC */ member