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) \