From eb0792f2208e802b6fd4c4e175ddac38aabdc5f6 Mon Sep 17 00:00:00 2001 From: tinlin Date: Tue, 21 Nov 2017 16:49:17 +0800 Subject: qcacld-2.0: CL 3458411 - Update fw common interface files Define WMI_LEDRFKILL_FLAGS Change-Id: I5e4998100ad08aad08e0330384d37b396d83e11c CRs-fixed: 865207 --- CORE/SERVICES/COMMON/wmi_unified.h | 9 +++++++++ CORE/SERVICES/COMMON/wmi_version.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 7410b2bd8b8c..f2cce2e1bc43 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -2014,6 +2014,10 @@ typedef struct { A_UINT32 vht_supp_mcs; /* VHT Supported MCS Set field Rx/Tx same */ A_UINT32 hw_min_tx_power; A_UINT32 hw_max_tx_power; + /* sys_cap_info: + * bits 1:0 - RXTX LED + RFKILL enable flags (see WMI_LEDRFKILL_FLAGS) + * bits 31:2 - reserved (must be set to zero) + */ A_UINT32 sys_cap_info; A_UINT32 min_pkt_size_enable; /* Enterprise mode short pkt enable */ /** Max beacon and Probe Response IE offload size (includes @@ -2082,6 +2086,11 @@ typedef struct { */ } wmi_service_ready_event_fixed_param; +typedef enum { + WMI_RXTX_LED_ENABLE = 0x00000001, + WMI_RFKILL_ENABLE = 0x00000002, +} WMI_LEDRFKILL_FLAGS; + #define WMI_SERVICE_SEGMENT_BM_SIZE32 4 /* 4x A_UINT32 = 128 bits */ typedef struct { /** diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index 2b4dede7bf20..7a6347e651ac 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_ 434 +#define __WMI_REVISION_ 435 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work -- cgit v1.2.3