Parcourir la source

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

Change-Id: Ieb7a932e498ce0e57d40b1f501c2fbd7f4e91fb2
WMI: add mac_tsf_id_valid fields in vdev_start_response,roam_synch evt msgs
CRs-Fixed: 2262693
spuligil il y a 2 ans
Parent
commit
b20515577c
2 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 4 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 4 - 0
fw/wmi_unified.h

@@ -15129,6 +15129,8 @@ typedef struct {
     A_INT32 max_allowed_tx_power;
     /** unique id to identify mac's TSF register */
     A_UINT32 mac_tsf_id;
+    /** ignore mac_tsf_id unless mac_tsf_id_valid is set */
+    A_UINT32 mac_tsf_id_valid;
 } wmi_vdev_start_response_event_fixed_param;
 
 typedef struct {
@@ -24884,6 +24886,8 @@ typedef struct {
     A_INT32 max_allowed_tx_power;
     /** unique id to identify mac's TSF register */
     A_UINT32 mac_tsf_id;
+    /** ignore mac_tsf_id unless mac_tsf_id_valid is set */
+    A_UINT32 mac_tsf_id_valid;
     /**
      * 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_ 1208
+#define __WMI_REVISION_ 1209
 
 /** The Version Namespace should not be normally changed. Only
  *  host and firmware of the same WMI namespace will work