diff options
| author | Service qcabuildsw <qcabuildsw@localhost> | 2017-02-14 22:13:36 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-02-14 22:13:36 -0800 |
| commit | d9702b02466bec3be3f3d32fea49edec9de9d7ff (patch) | |
| tree | 6d52bab9f2826e3a5015d9589165973b327791c6 | |
| parent | d49ca8c031f7324ce00ded2f64b0f61d82904f33 (diff) | |
| parent | 836dc6fa5e6b6e35f5ba2a946c4806caaf0fd19e (diff) | |
Merge "fw-api: CL 2844914 - update fw common interface files" into wlan-api.lnx.1.1-dev
| -rwxr-xr-x | fw/wmi_tlv_helper.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fw/wmi_tlv_helper.h b/fw/wmi_tlv_helper.h index ca04d0865762..1930a27b4686 100755 --- a/fw/wmi_tlv_helper.h +++ b/fw/wmi_tlv_helper.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012-2016 The Linux Foundation. All rights reserved. + * Copyright (c) 2012-2017 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -105,6 +105,9 @@ void wmitlv_set_static_param_tlv_buf(void *param_tlv_buf, A_UINT32 max_tlvs_accomodated); void +wmitlv_set_static_param_tlv_buf_ext(void *param_tlv_buf, A_UINT32 max_tlvs_accomodated, A_UINT32 indx); + +void wmitlv_free_allocated_command_tlvs( A_UINT32 cmd_id, void **wmi_cmd_struct_ptr); |
