diff options
| -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); |
