Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/rtl8188eu/hal/
Dodm_HWConfig.c269 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local
310 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()
358 if (UndecoratedSmoothedCCK <= 0) { /* initialize */ in odm_Process_RSSIForDM()
359 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
361 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
362 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
363 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
365 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()
367 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
368 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
[all …]
/Linux-v4.19/drivers/staging/rtl8723bs/hal/
Dodm_HWConfig.c266 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave; in odm_Process_RSSIForDM() local
298 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()
360 if (UndecoratedSmoothedCCK <= 0) /* initialize */ in odm_Process_RSSIForDM()
361 UndecoratedSmoothedCCK = pPhyInfo->rx_pwd_ba11; in odm_Process_RSSIForDM()
363 if (pPhyInfo->rx_pwd_ba11 > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
364 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
365 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
367 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()
369 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
370 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
[all …]
/Linux-v4.19/drivers/staging/rtl8188eu/include/
Drtl8188e_dm.h27 int UndecoratedSmoothedCCK; member
Dsta_info.h38 s32 UndecoratedSmoothedCCK; member
/Linux-v4.19/drivers/staging/rtl8723bs/include/
Dhal_data.h103 int UndecoratedSmoothedCCK; member
Dsta_info.h36 s32 UndecoratedSmoothedCCK; member
/Linux-v4.19/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c235 psta->rssi_stat.UndecoratedSmoothedCCK = -1; in rtw_alloc_stainfo()
/Linux-v4.19/drivers/staging/rtl8723bs/core/
Drtw_sta_mgt.c294 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()