Searched refs:UndecoratedSmoothedCCK (Results 1 – 8 of 8) sorted by relevance
282 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local303 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()351 if (UndecoratedSmoothedCCK <= 0) { in odm_Process_RSSIForDM()353 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()355 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()356 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()357 (((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()359 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()361 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()362 (((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()[all …]
282 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local323 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()371 if (UndecoratedSmoothedCCK <= 0) { /* initialize */ in odm_Process_RSSIForDM()372 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()374 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()375 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()376 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()378 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()380 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()381 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()[all …]
40 int UndecoratedSmoothedCCK; member
51 s32 UndecoratedSmoothedCCK; member
46 int UndecoratedSmoothedCCK; member
47 s32 UndecoratedSmoothedCCK; member
187 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo23a()
285 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()