fw-api: CL 3458411 - update fw common interface files

use WMI svc ready sys_cap_info bits 1:0 for RXTX_LED and RFKILL enable flags

Change-Id: I31e1473e29eea9cdd6e5b130954a23496f31f778
CRs-Fixed: 1107600
This commit is contained in:
spuligil
2017-09-12 09:02:36 -07:00
parent eb685beddd
commit 56aad39b84
2 changed files with 10 additions and 1 deletions

View File

@@ -2012,6 +2012,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
@@ -2080,6 +2084,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 {
A_UINT32 tlv_header; /* TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_service_available_event_fixed_param */

View File

@@ -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