Home
last modified time | relevance | path

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

/drivers/staging/rtl8188eu/hal/
Dodm_HWConfig.c277 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local
318 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()
366 if (UndecoratedSmoothedCCK <= 0) { /* initialize */ in odm_Process_RSSIForDM()
367 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()
369 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()
370 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
371 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
373 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()
375 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()
376 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
[all …]
/drivers/staging/rtl8188eu/include/
Drtl8188e_dm.h35 int UndecoratedSmoothedCCK; member
Dsta_info.h46 s32 UndecoratedSmoothedCCK; member
/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c245 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()