Prechádzať zdrojové kódy

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

Add WMI_PDEV_PARAM_SET_IOT_PATTERN def

Change-Id: I8d6fa601b36d5fcc335901f28d2d8f4bb102d633
CRs-Fixed: 1107600
Sandeep Puligilla 8 rokov pred
rodič
commit
282351dd59
2 zmenil súbory, kde vykonal 9 pridanie a 1 odobranie
  1. 8 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 0
fw/wmi_unified.h

@@ -4284,6 +4284,14 @@ typedef enum {
      *  refer to WMI_PDEV_PKT_PWR_SAVE_LEVEL
      */
     WMI_PDEV_PARAM_PACKET_POWER_SAVE_LEVEL,
+    /** Define IOT pattern to be enabled/disabled
+      * bit values: 0 - disable, 1 - enable
+      * BIT[0..31]: each bit represents an IOT pattern
+      * -----
+      * Bit 0 - avoid SMPS with certain APs
+      * Bits 31:1 - reserved
+      */
+    WMI_PDEV_PARAM_SET_IOT_PATTERN,
 } WMI_PDEV_PARAM;
 
 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_ 389
+#define __WMI_REVISION_ 390
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work