summaryrefslogtreecommitdiff
path: root/core/mac/src
diff options
context:
space:
mode:
authorAgrawal Ashish <ashishka@codeaurora.org>2016-10-10 13:01:09 +0530
committerqcabuildsw <qcabuildsw@localhost>2016-10-17 21:58:23 -0700
commit88813478a1014b978edbbf5eb82feb55af9a4b99 (patch)
tree51827b4355f2f5a9c800b776e20d6892ac766c6a /core/mac/src
parent983107dafb6452c74221c7434d6d53aedd9a236d (diff)
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
Diffstat (limited to 'core/mac/src')
-rw-r--r--core/mac/src/include/sir_params.h1
1 files changed, 0 insertions, 1 deletions
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)