summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRajesh Chauhan <rajeshc@qca.qualcomm.com>2013-12-23 17:01:44 -0800
committerPrakash Dhavali <pdhavali@codeaurora.org>2014-01-16 21:46:16 -0800
commit676660bd41a8ef065a433ecff06d0994f6f1e042 (patch)
tree9da3b821c8cf3484d74ccef8f8f3e02962fd48c9
parentac7f14d46ec97fd9356c5ce9435b7340a0f899ed (diff)
qcacld: update fw interface common files as per CL 801749
Added new power save enums for QPower. . Change-Id: I193ace7efd1826888848880abe7196179bb3a30f CRs-Fixed: 593299
-rw-r--r--CORE/SERVICES/COMMON/wmi_unified.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h
index 27f578c36dfc..3d2739ce84dc 100644
--- a/CORE/SERVICES/COMMON/wmi_unified.h
+++ b/CORE/SERVICES/COMMON/wmi_unified.h
@@ -3205,6 +3205,17 @@ typedef struct {
* Number of TX frames before the entering the Active state
*/
WMI_STA_PS_PARAM_QPOWER_MAX_TX_BEFORE_WAKE = 7,
+
+ /**
+ * QPower SPEC PSPOLL interval
+ */
+ WMI_STA_PS_PARAM_QPOWER_SPEC_PSPOLL_WAKE_INTERVAL = 8,
+
+ /**
+ * Max SPEC PSPOLL to be sent when the PSPOLL response has
+ * no-data bit set
+ */
+ WMI_STA_PS_PARAM_QPOWER_SPEC_MAX_SPEC_NODATA_PSPOLL = 9,
};
typedef struct {