Rx_Smooth_Factor  331 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 							(((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor-1)) +
Rx_Smooth_Factor  332 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 							(RSSI_Ave)) / (Rx_Smooth_Factor);
Rx_Smooth_Factor  336 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 							(((UndecoratedSmoothedOFDM) * (Rx_Smooth_Factor-1)) +
Rx_Smooth_Factor  337 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 							(RSSI_Ave)) / (Rx_Smooth_Factor);
Rx_Smooth_Factor  352 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 							((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) +
Rx_Smooth_Factor  353 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 							pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor;
Rx_Smooth_Factor  357 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 							((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) +
Rx_Smooth_Factor  358 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 							pPhyInfo->RxPWDBAll) / Rx_Smooth_Factor;
Rx_Smooth_Factor  330 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 							((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) +
Rx_Smooth_Factor  331 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 							RSSI_Ave)/Rx_Smooth_Factor;
Rx_Smooth_Factor  335 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 							((UndecoratedSmoothedOFDM*(Rx_Smooth_Factor-1)) +
Rx_Smooth_Factor  336 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 							RSSI_Ave)/Rx_Smooth_Factor;
Rx_Smooth_Factor  353 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 							((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) +
Rx_Smooth_Factor  354 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 							pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor;
Rx_Smooth_Factor  358 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 							((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) +
Rx_Smooth_Factor  359 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 							pPhyInfo->rx_pwd_ba11)/Rx_Smooth_Factor;