Sfoglia il codice sorgente

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

Change-Id: Ic72c034a0b6f3bc7966ed414cdc7a14184e3362b
WMI: add rx mgmt frm duration and timestamp fields
CRs-Fixed: 2262693
spuligil 3 anni fa
parent
commit
a1ffefdda2
2 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

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