Searched refs:UndecoratedSmoothedCCK (Results 1 – 7 of 7) sorted by relevance
254 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave; in odm_Process_RSSIForDM() local286 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()346 if (UndecoratedSmoothedCCK <= 0) /* initialize */ in odm_Process_RSSIForDM()347 UndecoratedSmoothedCCK = pPhyInfo->rx_pwd_ba11; in odm_Process_RSSIForDM()349 if (pPhyInfo->rx_pwd_ba11 > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()350 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()351 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()353 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()355 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()356 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()[all …]
233 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local274 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()322 if (UndecoratedSmoothedCCK <= 0) { /* initialize */ in odm_Process_RSSIForDM()323 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()325 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()326 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()327 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()329 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()331 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()332 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()[all …]
89 int UndecoratedSmoothedCCK; member
36 s32 UndecoratedSmoothedCCK; member
35 s32 UndecoratedSmoothedCCK; member
221 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()
257 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()
Completed in 15 milliseconds