qcacmn: Initialize only 1 RXDMA DST ring for WCN7850

WCN7850 has only one RXDMA DST ring, as opposed to other
lithium family chipsets, which had 2 RXDMA DST ring.

Refactor the code to pick the number of rxdma destination
rings from CFG context.

Change-Id: I20d475c02690043e969bc7a78605809b8c6814ae
CRs-Fixed: 3084440
This commit is contained in:
Rakesh Pillai
2021-11-26 00:37:27 -08:00
committed by Madan Koyyalamudi
부모 e9f0077a00
커밋 63233c05dd
5개의 변경된 파일27개의 추가작업 그리고 11개의 파일을 삭제

파일 보기

@@ -404,6 +404,7 @@ struct wlan_cfg_dp_soc_ctxt {
bool vdev_stats_hw_offload_config;
int vdev_stats_hw_offload_timer;
#endif
uint8_t num_rxdma_dst_rings_per_pdev;
};
/**