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:

committed by
nshrivas

parent
99d0783cec
commit
b85768e4e5
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user