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

Commit a1ffefdd authored by spuligil's avatar spuligil
Browse files

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

Change-Id: Ic72c034a0b6f3bc7966ed414cdc7a14184e3362b
WMI: add rx mgmt frm duration and timestamp fields
CRs-Fixed: 2262693
parent 028e554f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -5617,6 +5617,8 @@ typedef struct {
     * [31:16]: mgmt_pkt_ctr, Sequence number of the last fw consumed mgmt frame
     */
    A_UINT32 mgmt_pkt_ctr_info;
    A_UINT32 rx_ppdu_duration_us; /* receive duration in us */
    A_UINT32 mpdu_end_timestamp; /* mpdu end timestamp in us (based on HWMLO timer) */
} wmi_mgmt_rx_fw_consumed_hdr;
/** Helper macro for param GET/SET of mgmt_rx_reo_params */
@@ -5646,6 +5648,8 @@ typedef struct {
     */
    A_UINT32 mgmt_pkt_ctr_link_info;
    A_UINT32 rx_ppdu_duration_us; /* receive duration in us */
    A_UINT32 mpdu_end_timestamp; /* mpdu end timestamp in us (based on HWMLO timer) */
} wmi_mgmt_rx_reo_params;
/** Helper macro for param GET/SET */
+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_ 1144
#define __WMI_REVISION_ 1145

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