Эх сурвалжийг харах

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

Change-Id: I396174aec29466bb5bc6a0af53135c1a535dad0d
WMI: add mac_tsf_id field in vdev_start_resp, roam_sync evt msgs
CRs-Fixed: 2262693
spuligil 2 жил өмнө
parent
commit
cc393b5f3a
2 өөрчлөгдсөн 5 нэмэгдсэн , 1 устгасан
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -14954,6 +14954,8 @@ typedef struct {
      * max_allowed_tx_power = 0 dBm means value is not specified.
      */
     A_INT32 max_allowed_tx_power;
+    /** unique id to identify mac's TSF register */
+    A_UINT32 mac_tsf_id;
 } wmi_vdev_start_response_event_fixed_param;
 
 typedef struct {
@@ -24678,6 +24680,8 @@ typedef struct {
      * max_allowed_tx_power = 0 dBm means value is not specified.
      */
     A_INT32 max_allowed_tx_power;
+    /** unique id to identify mac's TSF register */
+    A_UINT32 mac_tsf_id;
     /**
      * TLV (tag length value) parameters follows roam_synch_event
      * The TLV's are:

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