UndecoratedSmoothedCCK  235 drivers/staging/rtl8188eu/core/rtw_sta_mgt.c 		psta->rssi_stat.UndecoratedSmoothedCCK = -1;
UndecoratedSmoothedCCK  257 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 	s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK;
UndecoratedSmoothedCCK  299 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 	UndecoratedSmoothedCCK =  pEntry->rssi_stat.UndecoratedSmoothedCCK;
UndecoratedSmoothedCCK  347 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 			if (UndecoratedSmoothedCCK <= 0) {	/*  initialize */
UndecoratedSmoothedCCK  348 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 				UndecoratedSmoothedCCK = pPhyInfo->RxPWDBAll;
UndecoratedSmoothedCCK  350 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 				if (pPhyInfo->RxPWDBAll > (u32)UndecoratedSmoothedCCK) {
UndecoratedSmoothedCCK  351 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 					UndecoratedSmoothedCCK =
UndecoratedSmoothedCCK  352 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 							((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) +
UndecoratedSmoothedCCK  354 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 					UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1;
UndecoratedSmoothedCCK  356 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 					UndecoratedSmoothedCCK =
UndecoratedSmoothedCCK  357 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 							((UndecoratedSmoothedCCK * (Rx_Smooth_Factor-1)) +
UndecoratedSmoothedCCK  374 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 			UndecoratedSmoothedPWDB = (Weighting * UndecoratedSmoothedOFDM + (64-Weighting) * UndecoratedSmoothedCCK)>>6;
UndecoratedSmoothedCCK  379 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 							  UndecoratedSmoothedCCK)/pEntry->rssi_stat.ValidBit;
UndecoratedSmoothedCCK  383 drivers/staging/rtl8188eu/hal/odm_hwconfig.c 		pEntry->rssi_stat.UndecoratedSmoothedCCK = UndecoratedSmoothedCCK;
UndecoratedSmoothedCCK   27 drivers/staging/rtl8188eu/include/rtl8188e_dm.h 	int	UndecoratedSmoothedCCK;
UndecoratedSmoothedCCK   38 drivers/staging/rtl8188eu/include/sta_info.h 	s32	UndecoratedSmoothedCCK;
UndecoratedSmoothedCCK  292 drivers/staging/rtl8723bs/core/rtw_sta_mgt.c 		psta->rssi_stat.UndecoratedSmoothedCCK = (-1);
UndecoratedSmoothedCCK  254 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 	s32 UndecoratedSmoothedPWDB, UndecoratedSmoothedCCK, UndecoratedSmoothedOFDM, RSSI_Ave;
UndecoratedSmoothedCCK  286 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 	UndecoratedSmoothedCCK = pEntry->rssi_stat.UndecoratedSmoothedCCK;
UndecoratedSmoothedCCK  348 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 			if (UndecoratedSmoothedCCK <= 0)	/*  initialize */
UndecoratedSmoothedCCK  349 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 				UndecoratedSmoothedCCK = pPhyInfo->rx_pwd_ba11;
UndecoratedSmoothedCCK  351 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 				if (pPhyInfo->rx_pwd_ba11 > (u32)UndecoratedSmoothedCCK) {
UndecoratedSmoothedCCK  352 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 					UndecoratedSmoothedCCK =
UndecoratedSmoothedCCK  353 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 							((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) +
UndecoratedSmoothedCCK  355 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 					UndecoratedSmoothedCCK = UndecoratedSmoothedCCK + 1;
UndecoratedSmoothedCCK  357 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 					UndecoratedSmoothedCCK =
UndecoratedSmoothedCCK  358 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 							((UndecoratedSmoothedCCK*(Rx_Smooth_Factor-1)) +
UndecoratedSmoothedCCK  378 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 				UndecoratedSmoothedPWDB = (Weighting*UndecoratedSmoothedOFDM+(64-Weighting)*UndecoratedSmoothedCCK)>>6;
UndecoratedSmoothedCCK  381 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 					UndecoratedSmoothedPWDB = (OFDM_pkt*UndecoratedSmoothedOFDM+(pEntry->rssi_stat.ValidBit-OFDM_pkt)*UndecoratedSmoothedCCK)/pEntry->rssi_stat.ValidBit;
UndecoratedSmoothedCCK  386 drivers/staging/rtl8723bs/hal/odm_HWConfig.c 			pEntry->rssi_stat.UndecoratedSmoothedCCK = UndecoratedSmoothedCCK;
UndecoratedSmoothedCCK  103 drivers/staging/rtl8723bs/include/hal_data.h 	int	UndecoratedSmoothedCCK;
UndecoratedSmoothedCCK   36 drivers/staging/rtl8723bs/include/sta_info.h 	s32	UndecoratedSmoothedCCK;