diff options
| author | Manjeet Singh <manjee@codeaurora.org> | 2016-12-14 14:51:00 +0530 |
|---|---|---|
| committer | qcabuildsw <qcabuildsw@localhost> | 2016-12-22 21:49:31 -0800 |
| commit | fc9173e454723ad9345a31476d0ebf7dcdc7df89 (patch) | |
| tree | e42e6bada4874ed6cd754671008d16ebf8706882 | |
| parent | 5c3a4595319bba787b55942fad2d7216313f5bba (diff) | |
qcacld-3.0: CL 2716671 - update fw common interface files
Add new service bit WMI_SERVICE_FW_MEM_DUMP_SUPPORT to let
host know whether FW MEM dump is supported or not
Change-Id: I7e0927bfdd0b776f7431a556ef67a2f0c9fe7538
CRs-Fixed: 865207
| -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 |
