Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/staging/rtl8188eu/hal/
Dodm_hwconfig.c329 (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
330 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
334 (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
335 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
350 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
351 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
355 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor - 1)) + in odm_Process_RSSIForDM()
356 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
/Linux-v5.10/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.10/drivers/staging/rtl8723bs/include/
Drtl8192c_recv.h35 #define Rx_Smooth_Factor (20) macro
/Linux-v5.10/drivers/staging/rtl8188eu/include/
Drtl8188e_recv.h36 #define Rx_Smooth_Factor (20) macro