Parcourir la source

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
Sandeep Puligilla il y a 9 ans
Parent
commit
b6ddc26740
2 fichiers modifiés avec 6 ajouts et 1 suppressions
  1. 5 0
      target/inc/wmi_unified.h
  2. 1 1
      target/inc/wmi_version.h

+ 5 - 0
target/inc/wmi_unified.h

@@ -2272,6 +2272,11 @@ typedef struct {
 	 * 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) \

+ 1 - 1
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