diff options
| author | Krishna Kumaar Natarajan <kknatara@qca.qualcomm.com> | 2014-07-14 11:36:03 -0700 |
|---|---|---|
| committer | Pitani Venkata Rajesh Kumar <c_vpitan@qti.qualcomm.com> | 2014-07-16 12:36:08 +0530 |
| commit | 087e1b5991a3763291b4bc840de6d49b0e4e20b0 (patch) | |
| tree | c0274a77d5a37954c62c35161dd3fe5ec1690831 | |
| parent | 12f7dd42a5055656c0fe567559e2aaf68cc96125 (diff) | |
qcacld: update fw cmn interface files
CL's included in this commit are
787795
1021989
1022823
1024577
Change-Id: Icd7e7848a1e44de2034d484a82bdd95ae62e61a3
CRs-fixed: 694095
| -rw-r--r-- | CORE/SERVICES/COMMON/targaddrs.h | 6 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 2 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
3 files changed, 9 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/targaddrs.h b/CORE/SERVICES/COMMON/targaddrs.h index ffa3cfad56e8..48b628a6c67e 100644 --- a/CORE/SERVICES/COMMON/targaddrs.h +++ b/CORE/SERVICES/COMMON/targaddrs.h @@ -277,6 +277,12 @@ PREPACK64 struct host_interest_s { /* remaining bytes of DRAM */ A_UINT32 hi_dynamic_mem_remaining; /* 0x110 */ + /* memory track count, configured by host */ + A_UINT32 hi_dynamic_mem_track_max; /* 0x114 */ + + /* minidump buffer */ + A_UINT32 hi_minidump; /* 0x118 */ + } POSTPACK64; /* bitmap for hi_test_apps_related */ diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 498acc7687d0..64aa45e218f6 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -5968,6 +5968,7 @@ typedef struct wmi_nlo_config { A_UINT32 slow_scan_period; /* specific to windows */ A_UINT32 no_of_ssids; A_UINT32 num_of_channels; + A_UINT32 delay_start_time; /* NLO scan start delay time in milliseconds */ /* The TLVs will follow. * nlo_configured_parameters nlo_list[]; * A_UINT32 channel_list[]; @@ -6253,6 +6254,7 @@ typedef enum { RECOVERY_SIM_EMPTY_POINT = 0x04, RECOVERY_SIM_STACK_OV = 0x05, RECOVERY_SIM_INFINITE_LOOP = 0x06, + RECOVERY_SIM_PCIE_LINKDOWN = 0x07, } 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 ba0ec70f2dd5..45b7470e5def 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/wmi_version.h @@ -37,7 +37,7 @@ /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ -#define __WMI_REVISION_ 56 +#define __WMI_REVISION_ 57 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
