qcacmn: Use qca8074v2 hal source files for qca6018

qca6018 and qca8072v2 uses the same WCSS block and the source
files of qca8074v2 shall be used for qca6018 as well

This will also ensure all fixes for qca8074v2 gets auto
propagated to qca6018 as well.

Change-Id: I2ead316c7ed16b6ee315bda05ce82d268ba04bbb
This commit is contained in:
Balamurugan Mahalingam
2019-06-03 21:38:12 +05:30
committed by nshrivas
parent 14f9bd4194
commit 6a2601a26c
4 changed files with 2 additions and 1161 deletions

View File

@@ -27,15 +27,12 @@ void hal_qca6290_attach(struct hal_soc *hal);
#ifdef QCA_WIFI_QCA8074
void hal_qca8074_attach(struct hal_soc *hal);
#endif
#ifdef QCA_WIFI_QCA8074V2
#if defined(QCA_WIFI_QCA8074V2) || defined(QCA_WIFI_QCA6018)
void hal_qca8074v2_attach(struct hal_soc *hal);
#endif
#ifdef QCA_WIFI_QCA6390
void hal_qca6390_attach(struct hal_soc *hal);
#endif
#ifdef QCA_WIFI_QCA6018
void hal_qca6018_attach(struct hal_soc *hal);
#endif
#ifdef ENABLE_VERBOSE_DEBUG
bool is_hal_verbose_debug_enabled;
@@ -261,7 +258,7 @@ static void hal_target_based_configure(struct hal_soc *hal)
#if defined(QCA_WIFI_QCA6018) && defined(CONFIG_WIN)
case TARGET_TYPE_QCA6018:
hal_qca6018_attach(hal);
hal_qca8074v2_attach(hal);
break;
#endif
default: