Searched refs:Rx_Smooth_Factor (Results 1 – 6 of 6) sorted by relevance
342 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()343 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()347 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()348 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()363 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()364 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()368 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()369 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
342 ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()343 RSSI_Ave)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()347 ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()348 RSSI_Ave)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()365 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()366 pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()370 ((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()371 pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor; in odm_Process_RSSIForDM()
36 #define Rx_Smooth_Factor (20) macro
4001 ((priv->stats.rx_rssi_percentage[rfpath] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()4002 (pprevious_stats->RxMIMOSignalStrength[rfpath])) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()4006 ((priv->stats.rx_rssi_percentage[rfpath] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()4007 (pprevious_stats->RxMIMOSignalStrength[rfpath])) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()4052 (((priv->undecorated_smoothed_pwdb) * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()4053 (pprevious_stats->RxPWDBAll)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()4057 (((priv->undecorated_smoothed_pwdb) * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()4058 (pprevious_stats->RxPWDBAll)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()4101 ((priv->stats.rx_evm_percentage[nspatial_stream] * (Rx_Smooth_Factor - 1)) + in rtl8192_process_phyinfo()4102 (pprevious_stats->RxMIMOSignalQuality[nspatial_stream] * 1)) / (Rx_Smooth_Factor); in rtl8192_process_phyinfo()
47 #define Rx_Smooth_Factor 20 macro