Searched refs:UndecoratedSmoothedOFDM (Results 1 – 4 of 4) sorted by relevance
282 s32 UndecoratedSmoothedOFDM, RSSI_Ave; in odm_Process_RSSIForDM() local303 UndecoratedSmoothedOFDM = pEntry->rssi_stat.UndecoratedSmoothedOFDM; in odm_Process_RSSIForDM()329 if (UndecoratedSmoothedOFDM <= 0) { in odm_Process_RSSIForDM()331 UndecoratedSmoothedOFDM = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()333 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedOFDM) { in odm_Process_RSSIForDM()334 UndecoratedSmoothedOFDM = in odm_Process_RSSIForDM()335 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()337 UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM + 1; in odm_Process_RSSIForDM()339 UndecoratedSmoothedOFDM = in odm_Process_RSSIForDM()340 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()[all …]
283 s32 UndecoratedSmoothedOFDM, RSSI_Ave; in odm_Process_RSSIForDM() local324 UndecoratedSmoothedOFDM = pEntry->rssi_stat.UndecoratedSmoothedOFDM; in odm_Process_RSSIForDM()350 if (UndecoratedSmoothedOFDM <= 0) { /* initialize */ in odm_Process_RSSIForDM()351 UndecoratedSmoothedOFDM = pPhyInfo->RxPWDBAll; in odm_Process_RSSIForDM()353 if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedOFDM) { in odm_Process_RSSIForDM()354 UndecoratedSmoothedOFDM = in odm_Process_RSSIForDM()355 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()357 UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM + 1; in odm_Process_RSSIForDM()359 UndecoratedSmoothedOFDM = in odm_Process_RSSIForDM()360 (((UndecoratedSmoothedOFDM)*(Rx_Smooth_Factor-1)) + in odm_Process_RSSIForDM()[all …]
48 s32 UndecoratedSmoothedOFDM; member
52 s32 UndecoratedSmoothedOFDM; member