qcacmn: Standalone sounding DBR support for CBF CV data to QCA5332 target

Increase the DBR ring to support DBR module
DBR_MODULE_CBF standalone sounding CV data
for QCA5332 target.

Change-Id: I4ab0741d92c7c7a32243173c87d022befa702399
CRs-Fixed: 3456418
This commit is contained in:
Basamma Yakkanahalli
2023-04-05 14:57:04 +05:30
committed by Madan Koyyalamudi
parent d0d9a987fc
commit 30ff1d4085

View File

@@ -2012,8 +2012,10 @@ struct hal_hw_srng_config hw_srng_table_5332[] = {
{ /* DIR_BUF_RX_DMA_SRC */
.start_ring_id = HAL_SRNG_DIR_BUF_RX_SRC_DMA_RING,
/* one ring for spectral and one ring for cfr */
.max_rings = 2,
/* one ring for spectral, one ring for cfr and
* another one ring for txbf cv upload.
*/
.max_rings = 3,
.entry_size = 2,
.lmac_ring = TRUE,
.ring_dir = HAL_SRNG_SRC_RING,