Searched refs:UndecoratedSmoothedCCK (Results 1 – 8 of 8) sorted by relevance
255 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local297 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()345 if (UndecoratedSmoothedCCK <= 0) { /* initialize */ in odm_Process_RSSIForDM()346 UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()348 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()349 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()350 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()352 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()354 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()355 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()[all …]
254 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave; in odm_Process_RSSIForDM() local286 UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK; in odm_Process_RSSIForDM()348 if (UndecoratedSmoothedCCK <= 0) /* initialize */ in odm_Process_RSSIForDM()349 UndecoratedSmoothedCCK = pPhyInfo->rx_pwd_ba11; in odm_Process_RSSIForDM()351 if (pPhyInfo->rx_pwd_ba11 > (u32)UndecoratedSmoothedCCK) { in odm_Process_RSSIForDM()352 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()353 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()355 UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1; in odm_Process_RSSIForDM()357 UndecoratedSmoothedCCK = in odm_Process_RSSIForDM()358 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()[all …]
22 int UndecoratedSmoothedCCK; member
38 s32 UndecoratedSmoothedCCK; member
103 int UndecoratedSmoothedCCK; member
36 s32 UndecoratedSmoothedCCK; member
242 psta->rssi_stat.UndecoratedSmoothedCCK = -1; in rtw_alloc_stainfo()
289 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()