summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorService qcabuildsw <qcabuildsw@localhost>2017-02-14 22:13:36 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-14 22:13:36 -0800
commitd9702b02466bec3be3f3d32fea49edec9de9d7ff (patch)
tree6d52bab9f2826e3a5015d9589165973b327791c6
parentd49ca8c031f7324ce00ded2f64b0f61d82904f33 (diff)
parent836dc6fa5e6b6e35f5ba2a946c4806caaf0fd19e (diff)
Merge "fw-api: CL 2844914 - update fw common interface files" into wlan-api.lnx.1.1-dev
-rwxr-xr-xfw/wmi_tlv_helper.h5
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);