qcacmn: Use WMI_MULTI_MAC_SVC and remove target defs
Remove target type #ifdefs for multi WMI svc by setting WMI_MULTI_MAC_SVC in makefile. Change-Id: I46d968328825ff8f6578cf3ba4454f559d5a7315 CRs-Fixed: 3131513
This commit is contained in:

committed by
Madan Koyyalamudi

parent
e157e0df4e
commit
19ceffca9d
@@ -1,5 +1,6 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
* Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
||||||
|
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*
|
*
|
||||||
* Permission to use, copy, modify, and/or distribute this software for
|
* Permission to use, copy, modify, and/or distribute this software for
|
||||||
* any purpose with or without fee is hereby granted, provided that the
|
* any purpose with or without fee is hereby granted, provided that the
|
||||||
@@ -46,8 +47,7 @@ ATH_DEBUG_INSTANTIATE_MODULE_VAR(htc,
|
|||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if (defined(WMI_MULTI_MAC_SVC) || defined(QCA_WIFI_QCA8074) || \
|
#if defined(WMI_MULTI_MAC_SVC)
|
||||||
defined(QCA_WIFI_QCA6018) || defined(QCA_WIFI_QCA9574))
|
|
||||||
static const uint32_t svc_id[] = {WMI_CONTROL_SVC, WMI_CONTROL_SVC_WMAC1,
|
static const uint32_t svc_id[] = {WMI_CONTROL_SVC, WMI_CONTROL_SVC_WMAC1,
|
||||||
WMI_CONTROL_SVC_WMAC2};
|
WMI_CONTROL_SVC_WMAC2};
|
||||||
#else
|
#else
|
||||||
|
Reference in New Issue
Block a user