qcacmn: change qcn9100 to qcn6122 in data path
Change the name of target type qcn9100 to qcn6122 in data path. Change-Id: Ia1463ca276b7c107ca4c1ebce4ffc8b517134a5e CRs-Fixed: 2849577
This commit is contained in:

committed by
snandini

parent
f29e4c0315
commit
d6c9f3ad8a
@@ -13724,7 +13724,7 @@ static void dp_soc_cfg_init(struct dp_soc *soc)
|
||||
dp_config_full_mon_mode((struct cdp_soc_t *)soc, 1);
|
||||
break;
|
||||
case TARGET_TYPE_QCA5018:
|
||||
case TARGET_TYPE_QCN9100:
|
||||
case TARGET_TYPE_QCN6122:
|
||||
wlan_cfg_set_reo_dst_ring_size(soc->wlan_cfg_ctx,
|
||||
REO_DST_RING_SIZE_QCA8074);
|
||||
soc->ast_override_support = 1;
|
||||
@@ -13774,7 +13774,7 @@ static void dp_soc_cfg_attach(struct dp_soc *soc)
|
||||
break;
|
||||
case TARGET_TYPE_QCA8074V2:
|
||||
case TARGET_TYPE_QCA6018:
|
||||
case TARGET_TYPE_QCN9100:
|
||||
case TARGET_TYPE_QCN6122:
|
||||
case TARGET_TYPE_QCA5018:
|
||||
wlan_cfg_set_tso_desc_attach_defer(soc->wlan_cfg_ctx, 1);
|
||||
wlan_cfg_set_reo_dst_ring_size(soc->wlan_cfg_ctx,
|
||||
|
Reference in New Issue
Block a user