qcacmn: Fix compilation issues for FW header abstraction

fwhdr_abstrct: Fix compilation issues for WIN firmware header abstraction.

Change-Id: Id76a6f29fd41ae559cf377029428224d59bd03fb
CRs-Fixed: 2140921
Šī revīzija ir iekļauta:
Pratik Gandhi
2018-02-05 17:22:41 +05:30
revīziju iesūtīja nshrivas
vecāks e0eb730b92
revīzija cf3b8b97c7
3 mainīti faili ar 13 papildinājumiem un 4 dzēšanām

Parādīt failu

@@ -32,7 +32,7 @@
#if defined(WMI_NON_TLV_SUPPORT) || defined(WMI_TLV_AND_NON_TLV_SUPPORT)
#include "wmi.h"
#include "wmi_unified.h"
#include <htc_services.h>
/* pdev_id is used to distinguish the radio for which event
* is recieved. Since non-tlv target has only one radio, setting
@@ -40,6 +40,9 @@
*/
#define WMI_NON_TLV_DEFAULT_PDEV_ID WMI_HOST_PDEV_ID_0
/* HTC service id for WMI */
static const uint32_t svc_ids[] = {WMI_CONTROL_SVC};
/**
* send_vdev_create_cmd_non_tlv() - send VDEV create command to fw
* @wmi_handle: wmi handle
@@ -9329,6 +9332,7 @@ void wmi_non_tlv_attach(struct wmi_unified *wmi_handle)
{
#if defined(WMI_NON_TLV_SUPPORT) || defined(WMI_TLV_AND_NON_TLV_SUPPORT)
wmi_handle->ops = &non_tlv_ops;
wmi_handle->soc->svc_ids = &svc_ids[0];
populate_non_tlv_service(wmi_handle->services);
populate_non_tlv_events_id(wmi_handle->wmi_events);
populate_pdev_param_non_tlv(wmi_handle->pdev_param);