summaryrefslogtreecommitdiff
path: root/core/mac/src
diff options
context:
space:
mode:
authorSelvaraj, Sridhar <sselvara@codeaurora.org>2016-10-18 17:18:03 +0530
committerqcabuildsw <qcabuildsw@localhost>2016-11-29 16:07:08 -0800
commited7c8378e03a509501a664409f50a1e4a9898022 (patch)
tree6b1d4d2b163e1c0eb57538516989d50e2739e96f /core/mac/src
parent45bb2e27f22e03306aaaa90da5939aeab54eba25 (diff)
qcacld-3.0: Add Host Driver support for Chip Power stats debugfs
Implementation of Host driver support to collect chip power stats from firmware and display the stats in "adb shell cat /sys/kernel/debug/wlan0/power_stats". Change-Id: I19595ebf5a6870a0ee4d3cc2ff47d18eb24d213c CRs-Fixed: 1045057
Diffstat (limited to 'core/mac/src')
-rw-r--r--core/mac/src/include/sir_params.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/mac/src/include/sir_params.h b/core/mac/src/include/sir_params.h
index 3fe1af30659f..e91e6ca08b29 100644
--- a/core/mac/src/include/sir_params.h
+++ b/core/mac/src/include/sir_params.h
@@ -640,6 +640,8 @@ typedef struct sSirMbMsgP2p {
#define SIR_HAL_SHORT_RETRY_LIMIT_CNT (SIR_HAL_ITC_MSG_TYPES_BEGIN + 365)
#define SIR_HAL_LONG_RETRY_LIMIT_CNT (SIR_HAL_ITC_MSG_TYPES_BEGIN + 366)
#define SIR_HAL_UPDATE_TX_FAIL_CNT_TH (SIR_HAL_ITC_MSG_TYPES_BEGIN + 367)
+#define SIR_HAL_POWER_DEBUG_STATS_REQ (SIR_HAL_ITC_MSG_TYPES_BEGIN + 368)
+
#define SIR_HAL_MSG_TYPES_END (SIR_HAL_MSG_TYPES_BEGIN + 0x1FF)
/* CFG message types */