Home
last modified time | relevance | path

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

/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()
/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()
/drivers/staging/rtl8723au/include/
Drtl8723a_recv.h47 #define Rx_Smooth_Factor 20 macro
/drivers/staging/rtl8188eu/include/
Drtl8188e_recv.h49 #define Rx_Smooth_Factor (20) macro
/drivers/staging/rtl8192u/
Dr8192U_core.c4054 ((priv->stats.rx_rssi_percentage[rfpath] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()
4055 (pprevious_stats->RxMIMOSignalStrength[rfpath])) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
4059 ((priv->stats.rx_rssi_percentage[rfpath] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()
4060 (pprevious_stats->RxMIMOSignalStrength[rfpath])) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
4105 (((priv->undecorated_smoothed_pwdb) * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()
4106 (pprevious_stats->RxPWDBAll)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
4110 (((priv->undecorated_smoothed_pwdb) * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()
4111 (pprevious_stats->RxPWDBAll)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
4155 ((priv->stats.rx_evm_percentage[nspatial_stream] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()
4156 (pprevious_stats->RxMIMOSignalQuality[nspatial_stream] * 1)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
Dr8192U.h46 #define Rx_Smooth_Factor 20 macro