diff options
| author | Sandeep Puligilla <spuligil@qca.qualcomm.com> | 2016-03-07 17:20:39 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-03-14 04:14:24 -0700 |
| commit | ce91f3b1e240f490184201951cfe009f0176d9d6 (patch) | |
| tree | e76ac3c72eaff50821199206bdc87c12dd863c3f | |
| parent | 06c725f1b11c2bafa71a97da8e70a9db87955474 (diff) | |
qcacld-2.0: CL 1469344 - update fw common interface files
bpf_instruction_size parameter is added in wmi_resource_config
Change-Id: I188395cefc997052d7e4cd020a41e6ef788e82f3
CRs-Fixed: 865207
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 5 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 60730999a159..c92ffa7ec047 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -2218,6 +2218,11 @@ typedef struct { /** how much space to allocate for NDP NS (neighbor solicitation) specs */ A_UINT32 num_ns_ext_tuples_cfg; + /** + * size (in bytes) of the buffer the FW shall allocate to store + * packet filtering instructions + */ + A_UINT32 bpf_instruction_size; } wmi_resource_config; #define WMI_RSRC_CFG_FLAG_SET(word32, flag, value) \ diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 62f4ff5a6015..9b6ad0a54775 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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_ 215 +#define __WMI_REVISION_ 216 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
