Browse Source

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

WMI_PDEV_PARAM_MESH_MCAST_ENABLE for Enterprise/802.11s Mesh Support

Change-Id: I2c86f12c0248e0f8ed93a7fe16bbd525427e2bf8
CRs-Fixed: 1107600
qcabuildsw 8 years ago
parent
commit
cfc5fccad6
2 changed files with 6 additions and 1 deletions
  1. 5 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 5 - 0
fw/wmi_unified.h

@@ -3899,6 +3899,11 @@ typedef enum {
      *  A zero value disables; a non-zero value enables.
      */
     WMI_PDEV_PARAM_RADIO_DIAGNOSIS_ENABLE,
+    /** Enable/Disable mesh mcast traffic
+     * 1 - Allow mesh mcast traffic
+     * 0 - Disallow mesh mcast traffic
+     */
+    WMI_PDEV_PARAM_MESH_MCAST_ENABLE,
 
 } WMI_PDEV_PARAM;
 

+ 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_ 334
+#define __WMI_REVISION_ 335
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work