qcacmn: Add HTT ring setup for monitor rings

Add HTT ring setup for monitor source and destination rings

CRs-Fixed: 3010856
Change-Id: Ice96ed938a25069fd60f07e2a4bebd9ad0184200
This commit is contained in:
Naga
2021-10-05 00:26:02 +05:30
committed by Madan Koyyalamudi
父節點 92ac36e016
當前提交 1648e13dbe
共有 5 個文件被更改,包括 68 次插入21 次删除

查看文件

@@ -5442,6 +5442,7 @@ static QDF_STATUS dp_rxdma_ring_config(struct dp_soc *soc)
{
int i;
QDF_STATUS status = QDF_STATUS_SUCCESS;
for (i = 0; i < MAX_PDEV_CNT; i++) {
struct dp_pdev *pdev = soc->pdev_list[i];
@@ -5542,6 +5543,9 @@ static QDF_STATUS dp_rxdma_ring_config(struct dp_soc *soc)
int mac_for_pdev;
int lmac_id;
/* Configure monitor mode rings */
dp_monitor_soc_htt_srng_setup(soc);
for (i = 0; i < MAX_PDEV_CNT; i++) {
struct dp_pdev *pdev = soc->pdev_list[i];