qcacmn: Change due to R102 hardware headers for QCA6290

Changes needed to support the new definitions introduced
in the R102 hardware header files for QCA6290.

Change-Id: I4e3c27dfdc48b4d6a44f0f50f3e4a907be20e53d
CRs-Fixed: 1105853
This commit is contained in:
Dhanashri Atre
2017-01-03 14:37:27 -08:00
committato da qcabuildsw
parent a0f09eae1d
commit a98e024f86
7 ha cambiato i file con 47 aggiunte e 33 eliminazioni

Vedi File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2016 The Linux Foundation. All rights reserved.
* Copyright (c) 2016-2017 The Linux Foundation. All rights reserved.
*
* Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the
@@ -23,9 +23,7 @@
Include files
---------------------------------------------------------------------------*/
#include "hal_api.h"
#ifdef CONFIG_WIN
#include "wcss_version.h"
#endif
/*---------------------------------------------------------------------------
Preprocessor definitions and constants
@@ -825,7 +823,9 @@ static inline uint8_t hal_tx_comp_get_release_reason(void *hal_desc)
*
* Return: none
*/
#if defined(WCSS_VERSION) && (WCSS_VERSION > 81)
#if defined(WCSS_VERSION) && \
((defined(CONFIG_WIN) && (WCSS_VERSION > 81)) || \
(defined(CONFIG_MCL) && (WCSS_VERSION >= 72)))
static inline void hal_tx_comp_get_status(void *desc,
struct hal_tx_completion_status *ts)
{