Searched refs:UndecoratedSmoothedCCK (Results 1 – 4 of 4) sorted by relevance
277 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local318 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 …]
35 int UndecoratedSmoothedCCK; member
46 s32 UndecoratedSmoothedCCK; member
245 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()