Browse Source

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

Add WMI_PDEV_PARAM_SUB_CHANNEL_MARKING def

Change-Id: Ifd223825fa00af80cdb7ff03a0d861fc1c9b1af7
CRs-Fixed: 2262693
spuligil 6 years ago
parent
commit
243e272710
2 changed files with 8 additions and 1 deletions
  1. 7 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 7 - 0
fw/wmi_unified.h

@@ -5377,6 +5377,13 @@ typedef enum {
      */
     WMI_PDEV_PARAM_UL_RU26_ALLOWED,
 
+    /*
+     * Enable/Disable sub channel marking
+     *  1 - Enable sub channel marking
+     *  0 - Disable sub channel marking (default value)
+     */
+    WMI_PDEV_PARAM_SUB_CHANNEL_MARKING,
+
 } 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_ 595
+#define __WMI_REVISION_ 596
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work