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:
@@ -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];
|
||||
|
||||
|
Reference in New Issue
Block a user