Browse Source

fw-api: CL 3200954 - update fw common interface files

Add WMI_STA_PS_PARAM_MAX_RESET_ITO_COUNT_ON_TIM_NO_TXRX enum def

Change-Id: I433d6b74a5b2d0cc9d2ad3ae467ee7e37cdda597
CRs-Fixed: 1107600
snandini 7 years ago
parent
commit
98d3ddab9c
2 changed files with 9 additions and 3 deletions
  1. 8 2
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 2
fw/wmi_unified.h

@@ -7948,10 +7948,16 @@ WMI_STA_PS_PARAM_QPOWER_MAX_TX_BEFORE_WAKE = 7,
 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
+ * 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,
+
+/**
+ * Max value of ITO reset when there is no tx-rx
+ * after AP has set the TIM bit
+ */
+WMI_STA_PS_PARAM_MAX_RESET_ITO_COUNT_ON_TIM_NO_TXRX = 10,
 };
 
 typedef struct {

+ 1 - 1
fw/wmi_version.h

@@ -36,7 +36,7 @@
 #define __WMI_VER_MINOR_    0
 /** WMI revision number has to be incremented when there is a
  *  change that may or may not break compatibility. */
-#define __WMI_REVISION_ 408
+#define __WMI_REVISION_ 409
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work