qcacmn: Remove HK header dependencies for ipq6018 compilation

Add target specific HW header for ipq6018 compilation.
Remove the 8074 header dependencies for 6018 compilation.

Change-Id: I8e45e3e039a4596c6722538405dcd381918fa6b1
此提交包含在:
Basamma Yakkanahalli
2019-04-27 05:24:00 +05:30
提交者 nshrivas
父節點 99d0783cec
當前提交 b85768e4e5
共有 9 個檔案被更改,包括 14 行新增12 行删除

查看文件

@@ -52,8 +52,8 @@
#endif
#include "mp_dev.h"
#if (defined(QCA_WIFI_QCA8074) || defined(QCA_WIFI_QCA6290)) && \
!defined(QCA_WIFI_SUPPORT_SRNG)
#if (defined(QCA_WIFI_QCA8074) || defined(QCA_WIFI_QCA6290) || \
defined(QCA_WIFI_QCA6018)) && !defined(QCA_WIFI_SUPPORT_SRNG)
#define QCA_WIFI_SUPPORT_SRNG
#endif

查看文件

@@ -38,7 +38,7 @@
#include "qdf_status.h"
#include "hif_debug.h"
#include "mp_dev.h"
#ifdef QCA_WIFI_QCA8074
#if defined(QCA_WIFI_QCA8074) || defined(QCA_WIFI_QCA6018)
#include "hal_api.h"
#endif
#include "hif_napi.h"
@@ -486,7 +486,7 @@ void hif_close(struct hif_opaque_softc *hif_ctx)
qdf_mem_free(scn);
}
#if defined(QCA_WIFI_QCA8074) || \
#if defined(QCA_WIFI_QCA8074) || defined(QCA_WIFI_QCA6018) || \
defined(QCA_WIFI_QCA6290) || defined(QCA_WIFI_QCA6390)
static QDF_STATUS hif_hal_attach(struct hif_softc *scn)
{