diff options
| -rw-r--r-- | target/inc/wmi_unified.h | 5 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 17b0c7fd255c..6df6fbd052ed 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -4077,6 +4077,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; diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 474ab7696c71..7f244c9f5c6b 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/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 |
