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
This commit is contained in:
Basamma Yakkanahalli
2019-04-27 05:24:00 +05:30
committed by nshrivas
parent 99d0783cec
commit b85768e4e5
9 changed files with 14 additions and 12 deletions

View File

@@ -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