Searched refs:Rx_Smooth_Factor (Results 1 – 4 of 4) sorted by relevance
331 (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()332 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()336 (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()337 (RSSI_Ave)) / (Rx_Smooth_Factor); in odm_Process_RSSIForDM()352 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()353 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()357 ((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()358 pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor; in odm_Process_RSSIForDM()
330 ((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()
36 #define Rx_Smooth_Factor (20) macro