qcacmn: Change number of RXDMA_STATUS_RING allocations
Currently two RXDMA_STATUS rings are allocated for the station targets irrespective of whether DBS supported or not. Only one RXDMA_STATUS_RING being used for non-DBS targets like QCA6750 and WCN6450, hence change the number of RXDMA_STATUS_RING allocations to 1 for non-DBS targets. Change-Id: I4f14c8b5cee892979765f776b37d44e99ba2d558 CRs-Fixed: 3578733
此提交包含在:

提交者
Rahul Choudhary

父節點
d754731461
當前提交
c62ef80144
@@ -4174,7 +4174,7 @@ wlan_cfg_soc_attach(struct cdp_ctrl_objmgr_psoc *psoc)
|
||||
#endif
|
||||
wlan_cfg_ctx->num_rxdma_dst_rings_per_pdev = NUM_RXDMA_RINGS_PER_PDEV;
|
||||
wlan_cfg_ctx->num_rxdma_status_rings_per_pdev =
|
||||
NUM_RXDMA_RINGS_PER_PDEV;
|
||||
NUM_RXDMA_STATUS_RINGS_PER_PDEV;
|
||||
wlan_soc_tx_capt_cfg_attach(psoc, wlan_cfg_ctx);
|
||||
wlan_cfg_ctx->mpdu_retry_threshold_1 =
|
||||
cfg_get(psoc, CFG_DP_MPDU_RETRY_THRESHOLD_1);
|
||||
@@ -4419,7 +4419,7 @@ wlan_cfg_soc_attach(struct cdp_ctrl_objmgr_psoc *psoc)
|
||||
#endif
|
||||
wlan_cfg_ctx->num_rxdma_dst_rings_per_pdev = NUM_RXDMA_RINGS_PER_PDEV;
|
||||
wlan_cfg_ctx->num_rxdma_status_rings_per_pdev =
|
||||
NUM_RXDMA_RINGS_PER_PDEV;
|
||||
NUM_RXDMA_STATUS_RINGS_PER_PDEV;
|
||||
wlan_soc_tx_capt_cfg_attach(psoc, wlan_cfg_ctx);
|
||||
wlan_cfg_ctx->mpdu_retry_threshold_1 =
|
||||
cfg_get(psoc, CFG_DP_MPDU_RETRY_THRESHOLD_1);
|
||||
|
新增問題並參考
封鎖使用者