diff options
| author | Asodi T,Venkateswara Reddy <vasodi@codeaurora.org> | 2017-01-25 10:15:13 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2017-01-26 16:27:31 -0800 |
| commit | 9bee3ffa1a91a63ce39e2942dddb1ddf7f2896e0 (patch) | |
| tree | 0ef893b27e427e7510e19faa99959aa563f09e1d | |
| parent | da5f647c74fb3f3c7cd30994aad771ff07eeb2de (diff) | |
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
| -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 |
