diff options
| author | Manjeet Singh <manjee@codeaurora.org> | 2016-12-14 19:33:53 +0530 |
|---|---|---|
| committer | Ashish kumar goswami <agoswa@codeaurora.org> | 2016-12-19 18:42:09 +0530 |
| commit | 85fee8ad00845a0fd422da4c5a5b682db7e509ad (patch) | |
| tree | 6e8d457bb2e975087845863ab444d1978b93e31c | |
| parent | d20dc5b339308f9d97d884bf5aa60554b6e030c5 (diff) | |
qcacld-2.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-- | CORE/SERVICES/COMMON/wmi_services.h | 1 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_services.h b/CORE/SERVICES/COMMON/wmi_services.h index 20d273f7a363..9414b3bead15 100644 --- a/CORE/SERVICES/COMMON/wmi_services.h +++ b/CORE/SERVICES/COMMON/wmi_services.h @@ -274,6 +274,7 @@ typedef enum { WMI_SERVICE_TX_MSDU_ID_NEW_PARTITION_SUPPORT = 112, 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 *****/ diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 612bb0ab0816..5c8fb2f3803e 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/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 |
