Explorar el Código

fw-api: CL 21557799 - update fw common interface files

Change-Id: Ie105f96c399f2ee30caf42e1e9f9b9fd04e2d6a0
WMI: add vdev_id in ndp_end_req TLV
CRs-Fixed: 2262693
spuligil hace 2 años
padre
commit
a5622165e7
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -24847,6 +24847,10 @@ typedef struct {
     A_UINT32 tlv_header;
     /** NDP instance id */
     A_UINT32 ndp_instance_id;
+    /** vdev_id valid flag */
+    A_UINT32 vdev_id_valid;
+    /** vdev id */
+    A_UINT32 vdev_id;
 } wmi_ndp_end_req_PROTOTYPE;
 
 #define wmi_ndp_end_req wmi_ndp_end_req_PROTOTYPE

+ 1 - 1
fw/wmi_version.h

@@ -37,7 +37,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_ 1280
+#define __WMI_REVISION_ 1281
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work