diff options
| author | Anurag Chouhan <achouhan@codeaurora.org> | 2016-08-04 19:10:12 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-08-19 16:58:13 -0700 |
| commit | 19aa3bf9b416150562bec850e1c307bd3ef57b43 (patch) | |
| tree | ab0836cdb9d86fd508e7b6a5f91ce32734fe31ae | |
| parent | e326c924005491178f15f70417b5574059787e10 (diff) | |
qcacld-3.0: CL 1607151 - update fw common interface files
Propagation from qcacld-2.0 to qcacld-3.0
add nan_data_supported_bands to NaN capabilities messages
Change-Id: Ib7ee708c9235e86cf9588d011de29df1e34ad690
CRs-fixed: 865207
| -rw-r--r-- | target/inc/wmi_unified.h | 2 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h index 1d66b61919db..bd4356ad1fda 100644 --- a/target/inc/wmi_unified.h +++ b/target/inc/wmi_unified.h @@ -11884,6 +11884,8 @@ typedef struct { A_UINT32 max_ndp_sessions; /** Max number of peer's per ndi */ A_UINT32 max_peers_per_ndi; + /** which combination of bands is supported - see NAN_DATA_SUPPORTED_BAND enums */ + A_UINT32 nan_data_supported_bands; } wmi_ndi_cap_rsp_event_fixed_param_PROTOTYPE; #define wmi_ndi_cap_rsp_event_fixed_param wmi_ndi_cap_rsp_event_fixed_param_PROTOTYPE diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index da3f9c21b787..8796b708260d 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_ 284 +#define __WMI_REVISION_ 285 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
