Home
last modified time | relevance | path

Searched refs:UndecoratedSmoothedCCK (Results 1 – 8 of 8) sorted by relevance

/drivers/staging/rtl8723au/hal/
Dodm_HWConfig.c282 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local
303 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 …]
/drivers/staging/rtl8188eu/hal/
Dodm_HWConfig.c282 s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK; in odm_Process_RSSIForDM() local
323 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 …]
/drivers/staging/rtl8188eu/include/
Drtl8188e_dm.h40 int UndecoratedSmoothedCCK; member
Dsta_info.h51 s32 UndecoratedSmoothedCCK; member
/drivers/staging/rtl8723au/include/
Drtl8723a_dm.h46 int UndecoratedSmoothedCCK; member
Dsta_info.h47 s32 UndecoratedSmoothedCCK; member
/drivers/staging/rtl8723au/core/
Drtw_sta_mgt.c187 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo23a()
/drivers/staging/rtl8188eu/core/
Drtw_sta_mgt.c285 psta->rssi_stat.UndecoratedSmoothedCCK = (-1); in rtw_alloc_stainfo()