Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.4.14/drivers/staging/rtl8723au/include/
Drtl8723a_recv.h47 #define Rx_Smooth_Factor 20 macro
/linux-4.4.14/drivers/staging/rtl8188eu/include/
Drtl8188e_recv.h49 #define Rx_Smooth_Factor (20) macro
/linux-4.4.14/drivers/staging/rtl8192u/
Dr8192U_core.c4052 ((priv->stats.rx_rssi_percentage[rfpath] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()
4053 (pprevious_stats->RxMIMOSignalStrength[rfpath])) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
4057 ((priv->stats.rx_rssi_percentage[rfpath] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()
4058 (pprevious_stats->RxMIMOSignalStrength[rfpath])) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
4103 (((priv->undecorated_smoothed_pwdb) * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()
4104 (pprevious_stats->RxPWDBAll)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
4108 (((priv->undecorated_smoothed_pwdb) * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()
4109 (pprevious_stats->RxPWDBAll)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
4153 ((priv->stats.rx_evm_percentage[nspatial_stream] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()
4154 (pprevious_stats->RxMIMOSignalQuality[nspatial_stream] * 1)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
Dr8192U.h46 #define Rx_Smooth_Factor 20 macro