diff options
| -rw-r--r-- | target/inc/wmi_services.h | 2 | ||||
| -rw-r--r-- | target/inc/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/target/inc/wmi_services.h b/target/inc/wmi_services.h index d2b4f4042b14..4baf2b79a557 100644 --- a/target/inc/wmi_services.h +++ b/target/inc/wmi_services.h @@ -273,6 +273,8 @@ typedef enum { WMI_SERVICE_DFS_PHYERR_OFFLOAD = 113, WMI_SERVICE_RCPI_SUPPORT = 114, + WMI_SERVICE_FW_MEM_DUMP_SUPPORT = 115, /* Support FW Memory dump */ + /*** ADD NEW SERVICES HERE UNTIL ALL VALUES UP TO 128 ARE USED ***/ WMI_MAX_SERVICE = 128, /* max service */ diff --git a/target/inc/wmi_version.h b/target/inc/wmi_version.h index 8886a362530e..42ab989c215e 100644 --- a/target/inc/wmi_version.h +++ b/target/inc/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_ 320 +#define __WMI_REVISION_ 321 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
