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:

committed by
nshrivas

parent
30265f8aeb
commit
5f7cfd49c2
@@ -33,6 +33,9 @@ void hal_qca8074v2_attach(struct hal_soc *hal);
|
||||
#ifdef QCA_WIFI_QCA6390
|
||||
void hal_qca6390_attach(struct hal_soc *hal);
|
||||
#endif
|
||||
#ifdef QCA_WIFI_QCA6018
|
||||
void hal_qca6018_attach(struct hal_soc *hal);
|
||||
#endif
|
||||
|
||||
/**
|
||||
* hal_get_srng_ring_id() - get the ring id of a descriped ring
|
||||
@@ -251,6 +254,12 @@ static void hal_target_based_configure(struct hal_soc *hal)
|
||||
hal_qca8074v2_attach(hal);
|
||||
break;
|
||||
#endif
|
||||
|
||||
#if defined(QCA_WIFI_QCA6018) && defined(CONFIG_WIN)
|
||||
case TARGET_TYPE_QCA6018:
|
||||
hal_qca6018_attach(hal);
|
||||
break;
|
||||
#endif
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user