diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-04-05 14:38:33 -0700 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-04-05 14:38:33 -0700 |
| commit | f4c29a4ff16b8e267583962239749d4f95285d0c (patch) | |
| tree | 340ba5a36977d18ef4804d989894f13b52ce4c03 | |
| parent | 06498f57fe136254e48fe67ee4310ffd0e3edb2b (diff) | |
fw-api: CL 6856758 - update fw common interface files
Add WMI_PEER_PARAM_MISC_STATS_ENABLE def
Change-Id: I61007967427eaf12fd7212e9e9e0a006e4f94f22
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wmi_unified.h | 3 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 391187455c1c..d1184933a0e6 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -11101,6 +11101,9 @@ typedef struct { /* update peer flag for M4 sent */ #define WMI_PEER_PARAM_M4_SENT 0x21 +/* Per peer MISC stats enable or disable */ +#define WMI_PEER_PARAM_MISC_STATS_ENABLE 0x22 + /** mimo ps values for the parameter WMI_PEER_MIMO_PS_STATE */ #define WMI_PEER_MIMO_PS_NONE 0x0 #define WMI_PEER_MIMO_PS_STATIC 0x1 diff --git a/fw/wmi_version.h b/fw/wmi_version.h index bbd8a4a536db..db44ca469741 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_ 648 +#define __WMI_REVISION_ 649 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
