Home
last modified time | relevance | path

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

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