Ver Fonte

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

add min_candidate_rsssi to wmi_roam_per_config struct

Change-Id: I082bf3d9d6a88ae498d8702cd4f5a973f78f8e30
CRs-Fixed: 1107600
Sandeep Puligilla há 7 anos atrás
pai
commit
4ec4cab4d2
2 ficheiros alterados com 3 adições e 1 exclusões
  1. 2 0
      fw/wmi_unified.h
  2. 1 1
      fw/wmi_version.h

+ 2 - 0
fw/wmi_unified.h

@@ -16946,6 +16946,8 @@ typedef struct {
      * the two most-significant bytes (2 & 3) hold the TX monitor time.
      */
     A_UINT32 pkt_err_rate_mon_time; /* units = seconds */
+    /* Minimum roamable AP RSSI for candidate selection for PER based roam */
+    A_INT32 min_candidate_rssi; /* units = dBm */
 } wmi_roam_per_config_fixed_param;
 
 typedef struct {

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