From 9bee3ffa1a91a63ce39e2942dddb1ddf7f2896e0 Mon Sep 17 00:00:00 2001 From: "Asodi T,Venkateswara Reddy" Date: Wed, 25 Jan 2017 10:15:13 +0530 Subject: qcacld-3.0: CL 2801650 - update fw common interface files WMI_PDEV_PARAM_MESH_MCAST_ENABLE for Enterprise/802.11s Mesh Support Change-Id: Ia3c65932191261027717413eaa1a92aed5a97242 CRs-Fixed: 865207 --- target/inc/wmi_unified.h | 5 +++++ target/inc/wmi_version.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3