diff options
| author | Chandrasekaran, Manishekar <cmshekar@qti.qualcomm.com> | 2015-04-22 18:12:57 +0530 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2015-04-27 09:38:25 -0700 |
| commit | 6613130ae58bdce5206ee6daf7ffd699f3a53f0a (patch) | |
| tree | 569d2afb5e1711576df6780d00f03ec28afa4bdb /CORE/MAC/src/include | |
| parent | 7de9b4b73b0c29d5d0d06f8b0bc57b6d5770aa9e (diff) | |
qcacld: Add support to start/stop specific logging features
Add support to start and stop the logging of specific
logging features such as logging of wakelocks, per packet
statistics and connectivity events.
Change-Id: If5fd2ee1a43583971f046508613fbfb2a1b7215e
CRs-Fixed: 819451
Diffstat (limited to 'CORE/MAC/src/include')
| -rw-r--r-- | CORE/MAC/src/include/sirParams.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/CORE/MAC/src/include/sirParams.h b/CORE/MAC/src/include/sirParams.h index 785968b5fb20..837a23da452b 100644 --- a/CORE/MAC/src/include/sirParams.h +++ b/CORE/MAC/src/include/sirParams.h @@ -707,9 +707,8 @@ typedef struct sSirMbMsgP2p #define SIR_HAL_DCC_GET_STATS_CMD (SIR_HAL_ITC_MSG_TYPES_BEGIN + 324) #define SIR_HAL_DCC_CLEAR_STATS_CMD (SIR_HAL_ITC_MSG_TYPES_BEGIN + 325) #define SIR_HAL_DCC_UPDATE_NDL_CMD (SIR_HAL_ITC_MSG_TYPES_BEGIN + 326) - #define SIR_HAL_FW_MEM_DUMP_REQ (SIR_HAL_ITC_MSG_TYPES_BEGIN + 327) - +#define SIR_HAL_START_STOP_PACKET_STATS (SIR_HAL_ITC_MSG_TYPES_BEGIN + 328) #define SIR_HAL_MSG_TYPES_END (SIR_HAL_MSG_TYPES_BEGIN + 0x1FF) // CFG message types |
