qcacld-3.0: CL 1469344 - update fw common interface files

propagation from qcacld-2.0 to qcacld-3.0

bpf_instruction_size parameter is added in wmi_resource_config

Change-Id: I188395cefc997052d7e4cd020a41e6ef788e82f3
CRs-Fixed: 865207
diff --git a/target/inc/wmi_unified.h b/target/inc/wmi_unified.h
index 4d68a32..61a10e2 100644
--- a/target/inc/wmi_unified.h
+++ b/target/inc/wmi_unified.h
@@ -2272,6 +2272,11 @@
 	 * 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/target/inc/wmi_version.h b/target/inc/wmi_version.h
index d69c117..026931a 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_ 215
+#define __WMI_REVISION_ 216
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work