qcacmn: Device and Target type support for qca6018

Added target and device type support for qca6018.

Change-Id: I85382bf053d0a5f34cfaf0cca78a4b66b4265989
CRs-Fixed: 2323023
This commit is contained in:
Basamma Yakkanahalli
2018-11-02 15:52:37 +05:30
committed by nshrivas
parent 30265f8aeb
commit 5f7cfd49c2
20 changed files with 94 additions and 26 deletions

View File

@@ -1001,6 +1001,7 @@ bool ce_srng_based(struct hif_softc *scn)
case TARGET_TYPE_QCA8074V2:
case TARGET_TYPE_QCA6290:
case TARGET_TYPE_QCA6390:
case TARGET_TYPE_QCA6018:
return true;
default:
return false;
@@ -2942,6 +2943,7 @@ void hif_ce_prepare_config(struct hif_softc *scn)
case TARGET_TYPE_QCA8074:
case TARGET_TYPE_QCA8074V2:
case TARGET_TYPE_QCA6018:
if (scn->bus_type == QDF_BUS_TYPE_PCI) {
hif_state->host_ce_config =
host_ce_config_wlan_qca8074_pci;