Searched refs:UndecoratedSmoothedCCK (Results 1 – 8 of 8) sorted by relevance
281 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local302 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()350 if (UndecoratedSmoothedCCK <= 0) { in odm_Process_RSSIForDM()352 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()354 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()355 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()356 (((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()358 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()360 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()361 (((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
45 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()