diff options
| -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 |
