Browse Source

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

Change-Id: I514e8abc2c7fa866d4b607c2c248b537b48907df
WMI: add tdls_discovery_wake_timeout field to tdls_set_state msg
CRs-Fixed: 1107600
spuligil 7 years ago
parent
commit
093e3cbb49
2 changed files with 9 additions and 2 deletions
  1. 8 1
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 8 - 1
fw/wmi_unified.h

@@ -13714,8 +13714,15 @@ typedef struct {
     A_UINT32 tdls_puapsd_rx_frame_threshold;
     /**Duration (in ms) over which to check whether TDLS link needs to be torn down */
     A_UINT32 teardown_notification_ms;
-    /**STA kickout threshold for TDLS peer */
+    /** STA kickout threshold for TDLS peer */
     A_UINT32 tdls_peer_kickout_threshold;
+    /* TDLS discovery WAKE timeout in ms.
+     * DUT will wake until this timeout to receive TDLS discovery response
+     * from peer.
+     * If tdls_discovery_wake_timeout is 0x0, the DUT will choose autonomously
+     * what wake timeout value to use.
+     */
+    A_UINT32 tdls_discovery_wake_timeout;
 } wmi_tdls_set_state_cmd_fixed_param;
 
 /* WMI_TDLS_PEER_UPDATE_CMDID */

+ 1 - 1
fw/wmi_version.h

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