Searched refs:Weighting (Results 1 – 2 of 2) sorted by relevance
286 u32 Weighting = 0; in odm_Process_RSSIForDM() local379 Weighting = ((OFDM_pkt<<4) > 64)?64:(OFDM_pkt<<4); in odm_Process_RSSIForDM()380 …UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK… in odm_Process_RSSIForDM()
287 u32 Weighting = 0; in odm_Process_RSSIForDM() local397 Weighting = ((OFDM_pkt<<4) > 64) ? 64 : (OFDM_pkt<<4); in odm_Process_RSSIForDM()398 …UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK… in odm_Process_RSSIForDM()