diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-01-25 12:01:54 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-01-25 12:01:54 -0800 |
| commit | bd7370dbac0497f673bf298833ff733a0f12f123 (patch) | |
| tree | 2dd47225392c73ccd091395d7da5602c1334e36a | |
| parent | 9f9b57b95611e25e84a1d83e42304a1433f016d6 (diff) | |
fw-api: CL 6312493 - update fw common interface files
Change-Id: Id38a717e1e595a8ac8ce32b89b5e508f867ca2cb
WMI: add EVM fields to pdev antdiv msgs
CRs-Fixed: 2262693
| -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 663e461aad5a..c7ffe3a99a96 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -5824,6 +5824,8 @@ typedef struct { A_UINT32 ant_id[WMI_MAX_CHAINS]; /** mac address of diversity peer */ wmi_mac_addr macaddr; + /* EVM value for stream0 and stream1 20Mhz, dB units */ + A_INT32 chain_evm[WMI_MAX_CHAINS]; } wmi_pdev_div_rssi_antid_event_fixed_param; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index bba162ddeaaa..33385f69a135 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_ 616 +#define __WMI_REVISION_ 617 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
