diff options
| -rwxr-xr-x | fw/wmi_unified.h | 1 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 1fabc8b01f4b..ec838897ecc6 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -14232,6 +14232,7 @@ typedef enum wake_reason_e { WOW_REASON_PAGE_FAULT, /* Host wake up due to page fault */ WOW_REASON_ROAM_PREAUTH_START, WOW_REASON_ROAM_PMKID_REQUEST, + WOW_REASON_RFKILL, /* add new WOW_REASON_ defs before this line */ WOW_REASON_MAX, diff --git a/fw/wmi_version.h b/fw/wmi_version.h index 4e9d64ec0b00..ce71eae5844f 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_ 754 +#define __WMI_REVISION_ 755 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
