Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5622165 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Ie105f96c399f2ee30caf42e1e9f9b9fd04e2d6a0
WMI: add vdev_id in ndp_end_req TLV
CRs-Fixed: 2262693
parent 6a594013
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
Original line number Diff line number Diff line
@@ -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