Browse Source

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

add WMI_CONTROL_SVC_WMAC1 and WMAC2

Change-Id: I108505f0947669502548e08057890c902a763323
CRs-Fixed: 1107600
Sandeep Puligilla 8 years ago
parent
commit
bc51ef7bd3
1 changed files with 4 additions and 1 deletions
  1. 4 1
      fw/wmi_tlv_helper.h

+ 4 - 1
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.
  *
@@ -104,6 +104,9 @@ typedef struct {
 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,