qcacmn: Add support to configure tso and reo desc for ipq5018 target

Added support to configure TSO and REO descriptors as part
of new datapath init-deint enhancement for ipq5018 target.

Change-Id: Ic6878dafa99cb09d6e45cf2d69de76cac0fe35c1
Este commit está contenido en:
Basamma Yakkanahalli
2020-05-12 20:20:42 +05:30
cometido por nshrivas
padre a994b57d2b
commit 0307ee6023

Ver fichero

@@ -12161,6 +12161,7 @@ static void dp_soc_cfg_attach(struct dp_soc *soc)
break;
case TARGET_TYPE_QCA8074V2:
case TARGET_TYPE_QCA6018:
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,
REO_DST_RING_SIZE_QCA8074);