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

Commit 19d19a55 authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Ia581e1207b60ef685ca9f1e919c1b16522f3acd3
WMI: repurpose mac_id_valid flag in vdev_tsf_report_event msg
CRs-Fixed: 2262693
parent 41b011ff
Loading
Loading
Loading
Loading
+19 −2
Original line number Diff line number Diff line
@@ -27237,13 +27237,30 @@ typedef struct {
     * This field should be ignored unless the tsf_id_valid flag is set.
     */
    A_UINT32 tsf_id;
    /*
     * The mac_id and tsf_id fields should be ignored unless the
     * tsf_id_valid flag is set.
     */
    A_UINT32 tsf_id_valid;
    /*
     * mac_id: MAC identifier
     * This field should be ignored unless the mac_id_valid flag is set.
     * This field should be ignored unless the tsf_id_valid flag is set.
     */
    A_UINT32 mac_id;
    A_UINT32 mac_id_valid;
    /*
     * The original mac_id_valid field that was originally used to specify
     * whether the mac_id field is valid has been repurposed to instead
     * specify whether this message is a TSF report or a UL delay report.
     */
    union {
        A_UINT32 mac_id_valid; /* original name */
        /* ul_delay_or_tsf_report:
         * New name for the field, reflecting its new purpose.
         * ul_delay_or_tsf_report = 1 -> UL delay
         * ul_delay_or_tsf_report = 0 -> TSF report
         */
        A_UINT32 ul_delay_or_tsf_report;
    };
    /* low 32 bits of wlan global tsf */
    A_UINT32 wlan_global_tsf_low;
    /* high 32 bits of wlan global tsf */
+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_ 1203
#define __WMI_REVISION_ 1204

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work