qcacmn: compiling WDI3 version of IPA
Depreciated IPA APIs are currently getting compiled. To fix this, adding linux kernel version check Change-Id: I2288db34c09d60047c67a5df9081de08a6c2f62b CRs-Fixed: 2927413
This commit is contained in:

committed by
Madan Koyyalamudi

parent
8394348196
commit
9f3b9ca800
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2016-2020 The Linux Foundation. All rights reserved.
|
||||
* Copyright (c) 2016-2021 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
|
||||
@@ -24,7 +24,8 @@
|
||||
#define _CDP_TXRX_IPA_H_
|
||||
|
||||
#ifdef IPA_OFFLOAD
|
||||
#ifdef CONFIG_IPA_WDI_UNIFIED_API
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0)) || \
|
||||
defined(CONFIG_IPA_WDI_UNIFIED_API)
|
||||
#include <qdf_ipa_wdi3.h>
|
||||
#else
|
||||
#include <qdf_ipa.h>
|
||||
@@ -359,7 +360,9 @@ cdp_ipa_disable_autonomy(ol_txrx_soc_handle soc, uint8_t pdev_id)
|
||||
return QDF_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
#ifdef CONFIG_IPA_WDI_UNIFIED_API
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(5, 10, 0)) || \
|
||||
defined(CONFIG_IPA_WDI_UNIFIED_API)
|
||||
|
||||
/**
|
||||
* cdp_ipa_setup() - Setup and connect IPA pipes
|
||||
* @soc: data path soc handle
|
||||
|
Reference in New Issue
Block a user