qcacmn: Fix over-write of INI value for reo DST srng size
Currently the INI value for reo destination ring size is over-written to 1024 during ini. Hence any ini change to modify the RX ring size does not take effect. Fix the over-write of the INI value for reo destination ring size. Change-Id: If4c166687a05f37b902ae1f7ed881db88436eaaa CRs-Fixed: 3235427
This commit is contained in:

committed by
Madan Koyyalamudi

parent
60da953337
commit
ea13f921b8
@@ -15477,8 +15477,6 @@ static void dp_soc_cfg_init(struct dp_soc *soc)
|
||||
break;
|
||||
case TARGET_TYPE_KIWI:
|
||||
case TARGET_TYPE_MANGO:
|
||||
wlan_cfg_set_reo_dst_ring_size(soc->wlan_cfg_ctx,
|
||||
REO_DST_RING_SIZE_QCA6290);
|
||||
soc->ast_override_support = 1;
|
||||
soc->per_tid_basize_max_tid = 8;
|
||||
|
||||
@@ -15580,8 +15578,6 @@ static void dp_soc_cfg_attach(struct dp_soc *soc)
|
||||
break;
|
||||
case TARGET_TYPE_KIWI:
|
||||
case TARGET_TYPE_MANGO:
|
||||
wlan_cfg_set_reo_dst_ring_size(soc->wlan_cfg_ctx,
|
||||
REO_DST_RING_SIZE_QCA6290);
|
||||
soc->wlan_cfg_ctx->rxdma1_enable = 0;
|
||||
break;
|
||||
case TARGET_TYPE_QCA8074:
|
||||
|
Reference in New Issue
Block a user