diff options
| author | Rajesh Chauhan <rajeshc@qca.qualcomm.com> | 2014-01-03 17:31:09 -0800 |
|---|---|---|
| committer | Prakash Dhavali <pdhavali@codeaurora.org> | 2014-01-17 21:45:53 -0800 |
| commit | 0127ade64dc47ffafce6ee13354a6b8ab26dbcc7 (patch) | |
| tree | 8d3219fbb9364f6a999f6b6453d92db7b13e05dd | |
| parent | 47ecb8a85daff4f913d60eb33eedaf8333afa9d5 (diff) | |
qcacld: Fix issue in propagation of CL 792744
Fix issue in propagation of CL 792744 in wmi interface file. Remove
field reserved0 from struct for Adaptive OCS enable/disable command
fixed param.
.
Change-Id: If1bcb59e65803d8bfd69f303404ceec5d9b196bc
CRs-Fixed: 595894
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index a821334ab8d8..e00b1839d6c6 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -5753,7 +5753,6 @@ typedef struct { typedef struct { /** TLV tag and len; tag equals WMITLV_TAG_STRUC_wmi_resmgr_adaptive_ocs_enable_disable_cmd_fixed_param */ A_UINT32 tlv_header; - A_UINT32 reserved0; /** 1: enable fw based adaptive ocs, * 0: disable fw based adaptive ocs */ |
