diff options
| author | spuligil <spuligil@codeaurora.org> | 2018-05-31 16:48:25 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2018-05-31 16:48:25 -0700 |
| commit | b75d2c733fc56f3a7ab36260ea40f9b7a5d83848 (patch) | |
| tree | 3407c10ae8d90c7c52e26dde85255a7fe99c9749 | |
| parent | 8805a4a5614e205912643b2772f96137e4828f8f (diff) | |
fw-api: CL 4712573 - update fw common interface files
Change-Id: I5c558f647936a9c32e5b01feb3b2349d9ef1c45b
WMI: add dwell_time_active_2g field to start scan cmd
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 c5011440cbe9..86cf40d57029 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -3165,6 +3165,8 @@ typedef struct { A_UINT32 num_vendor_oui; /** Scan control flags extended **/ A_UINT32 scan_ctrl_flags_ext; + /** dwell time in msec on active 2G channels, if it's not zero */ + A_UINT32 dwell_time_active_2g; /** * TLV (tag length value) parameters follow the scan_cmd diff --git a/fw/wmi_version.h b/fw/wmi_version.h index cca5ce312f6e..dafa2feb410e 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_ 544 +#define __WMI_REVISION_ 545 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
