summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSrinivas Girigowda <sgirigow@codeaurora.org>2017-03-07 23:28:31 -0800
committerSandeep Puligilla <spuligil@codeaurora.org>2017-03-10 19:32:04 -0800
commitaa616be6113961b5b178b34a59e423192bccb371 (patch)
tree7273b7afd9e424e7e346dd8673216088021b06a8
parente6e65b1292152fa5bed5ab88c186ff084996d2d2 (diff)
qcacld-3.0: Configure FW not to wakeup APPS for RRM action frame
This is a qcacld-2.0 to qcacld-3.0 propagation. If the device connects to 11k enabled AP and enter WoW mode, then the AP is keep sending RRM beacon reports (Action frames) which are waking up the APPS and leading to battery drain. The fix is to configure the firmware to not to wake up APPS for RRM action frame. Change-Id: I2368be4f641b8b8684a458daea52a81fa671200b CRs-Fixed: 1115560
-rw-r--r--core/mac/inc/sir_api.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/mac/inc/sir_api.h b/core/mac/inc/sir_api.h
index 3607cd9a923d..78728f09d88b 100644
--- a/core/mac/inc/sir_api.h
+++ b/core/mac/inc/sir_api.h
@@ -3005,7 +3005,7 @@ typedef struct {
* SIR_MAC_ACTION_DLP 2 0
* SIR_MAC_ACTION_BLKACK 3 0
* SIR_MAC_ACTION_PUBLIC_USAGE 4 1
- * SIR_MAC_ACTION_RRM 5 1
+ * SIR_MAC_ACTION_RRM 5 0
* SIR_MAC_ACTION_FAST_BSS_TRNST 6 0
* SIR_MAC_ACTION_HT 7 0
* SIR_MAC_ACTION_SA_QUERY 8 1
@@ -3025,7 +3025,6 @@ typedef struct {
((1 << SIR_MAC_ACTION_SPECTRUM_MGMT) | \
(1 << SIR_MAC_ACTION_QOS_MGMT) | \
(1 << SIR_MAC_ACTION_PUBLIC_USAGE) | \
- (1 << SIR_MAC_ACTION_RRM) | \
(1 << SIR_MAC_ACTION_SA_QUERY) | \
(1 << SIR_MAC_ACTION_PROT_DUAL_PUB) | \
(1 << SIR_MAC_ACTION_WNM) | \