diff options
| author | Sandeep Puligilla <spuligil@qca.qualcomm.com> | 2015-06-23 17:24:57 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2015-06-25 00:58:34 -0700 |
| commit | 77a4e725585bb41e9fc4fd286fdcbab09105bd7f (patch) | |
| tree | dd8ee13cfb359cd891dcfd89e190f1ed593274ce | |
| parent | 3e73cd46bfd57c6ea1c57310b7217208bac67011 (diff) | |
qcacld: CL 1328492 - update fw common interface files
Add a new type RECOVERY_SIM_SELF_RECOVERY to the
WMI WMI_FORCE_FW_HANG_CMD_fixed_param.
Change-Id: Ib981fe2c42cf526bcb72cbee5269789b245e9c98
CRs-Fixed: 819213
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.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_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 6bb9510edf3d..640e398d0938 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -7179,6 +7179,7 @@ typedef enum { RECOVERY_SIM_STACK_OV = 0x05, RECOVERY_SIM_INFINITE_LOOP = 0x06, RECOVERY_SIM_PCIE_LINKDOWN = 0x07, + RECOVERY_SIM_SELF_RECOVERY = 0x08, } RECOVERY_SIM_TYPE; /* WMI_FORCE_FW_HANG_CMDID */ diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index ef642329efb9..09941b01a3f4 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_ 125 +#define __WMI_REVISION_ 126 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
