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
此提交包含在:
@@ -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)
|
||||
{
|
||||
|
新增問題並參考
封鎖使用者