Home
last modified time | relevance | path

Searched refs:Rx_Smooth_Factor (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/staging/rtl8188eu/hal/
Dodm_hwconfig.c331 (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
332 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
336 (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
337 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
352 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
353 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
357 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
358 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
/Linux-v5.4/drivers/staging/rtl8723bs/hal/
Dodm_HWConfig.c330 ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
331 RSSI_Ave)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
335 ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
336 RSSI_Ave)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
353 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
354 pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
358 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
359 pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
/Linux-v5.4/drivers/staging/rtl8723bs/include/
Drtl8192c_recv.h36 #define Rx_Smooth_Factor (20) macro
/Linux-v5.4/drivers/staging/rtl8188eu/include/
Drtl8188e_recv.h36 #define Rx_Smooth_Factor (20) macro