qcacmn: Add Tx Mon configs to DP prealloc

Add Tx Mon configs to DP prealloc.

Change-Id: I34a480cdb59c9347e535e95972b6a342a8722047
CRs-Fixed: 3415819
このコミットが含まれているのは:
Srinivas Girigowda
2023-02-21 09:58:36 -08:00
committed by Madan Koyyalamudi
コミット 0a089680ce
2個のファイルの変更9行の追加0行の削除

ファイルの表示

@@ -5463,6 +5463,10 @@ wlan_cfg_get_prealloc_cfg(struct cdp_ctrl_objmgr_psoc *ctrl_psoc,
CFG_DP_REO_STATUS_RING);
cfg->num_mon_status_ring_entries = cfg_get(ctrl_psoc,
CFG_DP_RXDMA_MONITOR_STATUS_RING);
cfg->num_tx_mon_buf_ring_entries = cfg_get(ctrl_psoc,
CFG_DP_TX_MONITOR_BUF_RING);
cfg->num_tx_mon_dst_ring_entries = cfg_get(ctrl_psoc,
CFG_DP_TX_MONITOR_DST_RING);
}
#ifdef WLAN_FEATURE_PKT_CAPTURE_V2