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 行删除

查看文件

@@ -45,7 +45,8 @@ ATH_DEBUG_INSTANTIATE_MODULE_VAR(htc,
#endif
#if (defined(CONFIG_MCL) || (QCA_WIFI_QCA8074))
#if (defined(CONFIG_MCL) || defined(QCA_WIFI_QCA8074) || \
defined(QCA_WIFI_QCA6018))
static const uint32_t svc_id[] = {WMI_CONTROL_SVC, WMI_CONTROL_SVC_WMAC1,
WMI_CONTROL_SVC_WMAC2};
#else