Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8723bu/hal/phydm/
H A Dphydm_rainfo.c1434 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()
H A Dphydm_rainfo.h207 u1Byte LdpcThres; // if RSSI > LdpcThres => switch from LPDC to BCC member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8189es/hal/phydm/
H A Dphydm_rainfo.c1356 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()
H A Dphydm_rainfo.h195 u1Byte LdpcThres; // if RSSI > LdpcThres => switch from LPDC to BCC member
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/
H A Dphydm_rainfo.c1458 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()
H A Dphydm_rainfo.h270 u1Byte LdpcThres; // if RSSI > LdpcThres => switch from LPDC to BCC member
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A Dodm.c946 pOdmRA->LdpcThres = 35; in odm_RateAdaptiveMaskInit()
H A Dodm.h183 u8 LdpcThres; /* if RSSI > LdpcThres => switch from LPDC to BCC */ member