Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/rtl8723au/hal/
Dodm_HWConfig.c335 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
336 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
340 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
341 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
356 (((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
357 (pPhyInfo->RxPWDBAll)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
361 (((UndecoratedSmoothedCCK)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
362 (pPhyInfo->RxPWDBAll)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
/linux-4.1.27/drivers/staging/rtl8188eu/hal/
Dodm_HWConfig.c355 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
356 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
360 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
361 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()
376 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
377 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
381 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()
382 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
/linux-4.1.27/drivers/staging/rtl8723au/include/
Drtl8723a_recv.h47 #define Rx_Smooth_Factor 20 macro
/linux-4.1.27/drivers/staging/rtl8188eu/include/
Drtl8188e_recv.h49 #define Rx_Smooth_Factor (20) macro
/linux-4.1.27/drivers/staging/rtl8192u/
Dr8192U_core.c3780 ((priv->stats.rx_rssi_percentage[rfpath]*(Rx_Smooth_Factor-1)) + in rtl8192_process_phyinfo()
3781 (pprevious_stats->RxMIMOSignalStrength[rfpath])) /(Rx_Smooth_Factor); in rtl8192_process_phyinfo()
3785 ((priv->stats.rx_rssi_percentage[rfpath]*(Rx_Smooth_Factor-1)) + in rtl8192_process_phyinfo()
3786 (pprevious_stats->RxMIMOSignalStrength[rfpath])) /(Rx_Smooth_Factor); in rtl8192_process_phyinfo()
3827 (((priv->undecorated_smoothed_pwdb)*(Rx_Smooth_Factor-1)) + in rtl8192_process_phyinfo()
3828 (pprevious_stats->RxPWDBAll)) /(Rx_Smooth_Factor); in rtl8192_process_phyinfo()
3832 (((priv->undecorated_smoothed_pwdb)*(Rx_Smooth_Factor-1)) + in rtl8192_process_phyinfo()
3833 (pprevious_stats->RxPWDBAll)) /(Rx_Smooth_Factor); in rtl8192_process_phyinfo()
3870 ((priv->stats.rx_evm_percentage[nspatial_stream]* (Rx_Smooth_Factor-1)) + in rtl8192_process_phyinfo()
3871 (pprevious_stats->RxMIMOSignalQuality[nspatial_stream]* 1)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
Dr8192U.h79 #define Rx_Smooth_Factor 20 macro