浏览代码

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

Change-Id: Iecd07cddcf64c6f702d3f975c6d1319fb894cd9e
WMI: add roam_to_current_bss_disable field in roam_offload TLV
CRs-Fixed: 2262693
spuligil 5 年之前
父节点
当前提交
0c2c76e177
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 1 - 0
fw/wmi_unified.h

@@ -13655,6 +13655,7 @@ typedef struct {
     A_UINT32 max_mlme_sw_retries; /* maximum number of software retries for preauth and reassoc req */
     A_UINT32 no_ack_timeout; /* In msec. duration to wait before another SW retry made if no ack seen for previous frame */
     A_UINT32 roam_candidate_validity_time; /* In msec. validity duration of each entry in roam cache.  If the value is 0x0, this field should be disregarded. */
+    A_UINT32 roam_to_current_bss_disable; /* Disable roaming to current bss */
 } wmi_roam_offload_tlv_param;
 
 

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