From 88813478a1014b978edbbf5eb82feb55af9a4b99 Mon Sep 17 00:00:00 2001 From: Agrawal Ashish Date: Mon, 10 Oct 2016 13:01:09 +0530 Subject: qcacld-3.0: Remove redundant code for wma_set_cts2self_for_p2p_go SME is calling wma_set_cts2self_for_p2p_go directly. No need to post message to MC Thread. Change-Id: I335b1c8a6289560dbe6c0a3ccce60695922ff3ed CRs-Fixed: 1075981 --- core/mac/src/include/sir_params.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/mac/src') diff --git a/core/mac/src/include/sir_params.h b/core/mac/src/include/sir_params.h index b11343f2be9b..bff7c7b1bc6c 100644 --- a/core/mac/src/include/sir_params.h +++ b/core/mac/src/include/sir_params.h @@ -635,7 +635,6 @@ typedef struct sSirMbMsgP2p { #define SIR_HAL_POWER_DBG_CMD (SIR_HAL_ITC_MSG_TYPES_BEGIN + 362) #define SIR_HAL_SET_DTIM_PERIOD (SIR_HAL_ITC_MSG_TYPES_BEGIN + 363) #define SIR_HAL_ENCRYPT_DECRYPT_MSG (SIR_HAL_ITC_MSG_TYPES_BEGIN + 364) -#define SIR_HAL_SET_CTS2SELF_FOR_STA (SIR_HAL_ITC_MSG_TYPES_BEGIN + 368) #define SIR_HAL_MSG_TYPES_END (SIR_HAL_MSG_TYPES_BEGIN + 0x1FF) -- cgit v1.2.3