summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNishank Aggarwal <naggar@codeaurora.org>2017-05-21 17:09:15 +0530
committerNishank Aggarwal <naggar@codeaurora.org>2017-05-21 17:17:29 +0530
commit3023028b5d6c4a3ca2d5a119e3d2d5b2330128ec (patch)
treeae8e18ecd9cb5fb6bf3e1b11fc2397e9d67428d0
parentf9403132887f478d76697c3751077cdd30d1d0bb (diff)
fw-api: CL 3098637 - update fw common interface files
Add min_candidate_rsssi to wmi_roam_per_config struct Change-Id: I9bae62093b11bfa9e0a77b22a90dccac6652d491 CRs-Fixed: 1107600
-rwxr-xr-xfw/wmi_unified.h2
-rwxr-xr-xfw/wmi_version.h2
2 files changed, 3 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h
index 94ef995b796d..f41c21b74cc8 100755
--- a/fw/wmi_unified.h
+++ b/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 {
diff --git a/fw/wmi_version.h b/fw/wmi_version.h
index e78ff81a334a..73952f1b294e 100755
--- a/fw/wmi_version.h
+++ b/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