UndecoratedSmoothedOFDM 258 drivers/staging/rtl8188eu/hal/odm_hwconfig.c s32 UndecoratedSmoothedOFDM, RSSI_Ave; UndecoratedSmoothedOFDM 300 drivers/staging/rtl8188eu/hal/odm_hwconfig.c UndecoratedSmoothedOFDM = pEntry->rssi_stat.UndecoratedSmoothedOFDM; UndecoratedSmoothedOFDM 326 drivers/staging/rtl8188eu/hal/odm_hwconfig.c if (UndecoratedSmoothedOFDM <= 0) { /* initialize */ UndecoratedSmoothedOFDM 327 drivers/staging/rtl8188eu/hal/odm_hwconfig.c UndecoratedSmoothedOFDM = pPhyInfo->RxPWDBAll; UndecoratedSmoothedOFDM 329 drivers/staging/rtl8188eu/hal/odm_hwconfig.c if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedOFDM) { UndecoratedSmoothedOFDM 330 drivers/staging/rtl8188eu/hal/odm_hwconfig.c UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM 331 drivers/staging/rtl8188eu/hal/odm_hwconfig.c (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor-1)) + UndecoratedSmoothedOFDM 333 drivers/staging/rtl8188eu/hal/odm_hwconfig.c UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM + 1; UndecoratedSmoothedOFDM 335 drivers/staging/rtl8188eu/hal/odm_hwconfig.c UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM 336 drivers/staging/rtl8188eu/hal/odm_hwconfig.c (((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor-1)) + UndecoratedSmoothedOFDM 374 drivers/staging/rtl8188eu/hal/odm_hwconfig.c UndecoratedSmoothedPWDB = (Weighting * UndecoratedSmoothedOFDM + (64-Weighting) * UndecoratedSmoothedCCK)>>6; UndecoratedSmoothedOFDM 377 drivers/staging/rtl8188eu/hal/odm_hwconfig.c UndecoratedSmoothedPWDB = (OFDM_pkt * UndecoratedSmoothedOFDM + UndecoratedSmoothedOFDM 384 drivers/staging/rtl8188eu/hal/odm_hwconfig.c pEntry->rssi_stat.UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM; UndecoratedSmoothedOFDM 39 drivers/staging/rtl8188eu/include/sta_info.h s32 UndecoratedSmoothedOFDM; UndecoratedSmoothedOFDM 254 drivers/staging/rtl8723bs/hal/odm_HWConfig.c s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave; UndecoratedSmoothedOFDM 287 drivers/staging/rtl8723bs/hal/odm_HWConfig.c UndecoratedSmoothedOFDM = pEntry->rssi_stat.UndecoratedSmoothedOFDM; UndecoratedSmoothedOFDM 325 drivers/staging/rtl8723bs/hal/odm_HWConfig.c if (UndecoratedSmoothedOFDM <= 0) /* initialize */ UndecoratedSmoothedOFDM 326 drivers/staging/rtl8723bs/hal/odm_HWConfig.c UndecoratedSmoothedOFDM = pPhyInfo->rx_pwd_ba11; UndecoratedSmoothedOFDM 328 drivers/staging/rtl8723bs/hal/odm_HWConfig.c if (pPhyInfo->rx_pwd_ba11 > (u32)UndecoratedSmoothedOFDM) { UndecoratedSmoothedOFDM 329 drivers/staging/rtl8723bs/hal/odm_HWConfig.c UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM 330 drivers/staging/rtl8723bs/hal/odm_HWConfig.c ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + UndecoratedSmoothedOFDM 332 drivers/staging/rtl8723bs/hal/odm_HWConfig.c UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM + 1; UndecoratedSmoothedOFDM 334 drivers/staging/rtl8723bs/hal/odm_HWConfig.c UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM 335 drivers/staging/rtl8723bs/hal/odm_HWConfig.c ((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) + UndecoratedSmoothedOFDM 378 drivers/staging/rtl8723bs/hal/odm_HWConfig.c UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK)>>6; UndecoratedSmoothedOFDM 381 drivers/staging/rtl8723bs/hal/odm_HWConfig.c UndecoratedSmoothedPWDB = (OFDM_pkt*UndecoratedSmoothedOFDM+(pEntry->rssi_stat.ValidBit-OFDM_pkt)*UndecoratedSmoothedCCK)/pEntry->rssi_stat.ValidBit; UndecoratedSmoothedOFDM 387 drivers/staging/rtl8723bs/hal/odm_HWConfig.c pEntry->rssi_stat.UndecoratedSmoothedOFDM = UndecoratedSmoothedOFDM; UndecoratedSmoothedOFDM 37 drivers/staging/rtl8723bs/include/sta_info.h s32 UndecoratedSmoothedOFDM;