diff options
| author | Nishank Aggarwal <naggar@codeaurora.org> | 2017-05-21 17:09:15 +0530 |
|---|---|---|
| committer | Nishank Aggarwal <naggar@codeaurora.org> | 2017-05-21 17:17:29 +0530 |
| commit | 3023028b5d6c4a3ca2d5a119e3d2d5b2330128ec (patch) | |
| tree | ae8e18ecd9cb5fb6bf3e1b11fc2397e9d67428d0 | |
| parent | f9403132887f478d76697c3751077cdd30d1d0bb (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-x | fw/wmi_unified.h | 2 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
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 |
