diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-11-08 18:00:33 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-11-08 18:00:34 -0800 |
| commit | 85f5edf61f4ddfcdfdbb3cab93ac04f38be14e25 (patch) | |
| tree | a7eaef4f1892a2e15494e626d6d3c643324c472f | |
| parent | 3b51747cfba7f3aba4b0a348ecc7530ce24ad1c6 (diff) | |
fw-api: CL 8700774 - update fw common interface files
Change-Id: Ib612486903c698839cd89c3539fc780e2a6439b4
WMI: add per chain noise floor values to chan_info event msg
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 5 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index dccc7db90cbe..7321e68b53e9 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -12263,6 +12263,11 @@ typedef struct { A_UINT32 mac_clk_mhz; /** unique id identifying the VDEV */ A_UINT32 vdev_id; + /** + * Noise Floor value for all chain in dBm. + * If per_chain_noise_floor value is 0 then it should be ignored. + */ + A_UINT32 per_chain_noise_floor[WMI_MAX_CHAINS]; } wmi_chan_info_event_fixed_param; /** diff --git a/fw/wmi_version.h b/fw/wmi_version.h index df01acf6a45f..4ab28ff2811a 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_ 736 +#define __WMI_REVISION_ 737 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
