diff options
| -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 8a43a06bcd81..3eee7f6ce025 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -4784,6 +4784,8 @@ typedef enum { /* Enable/Disable data stall detection */ WMI_PDEV_PARAM_DATA_STALL_DETECT_ENABLE, /* 0x9b */ + /* GCMP Support indication to FW */ + WMI_PDEV_PARAM_GCMP_SUPPORT_ENABLE, /* 0x9c */ } WMI_PDEV_PARAM; typedef struct { diff --git a/fw/wmi_version.h b/fw/wmi_version.h index ff7c8b5b4293..d153f6da523e 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_ 492 +#define __WMI_REVISION_ 493 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
