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:

committed by
Madan Koyyalamudi

orang tua
d0d9a987fc
melakukan
30ff1d4085
@@ -2012,8 +2012,10 @@ struct hal_hw_srng_config hw_srng_table_5332[] = {
|
|||||||
|
|
||||||
{ /* DIR_BUF_RX_DMA_SRC */
|
{ /* DIR_BUF_RX_DMA_SRC */
|
||||||
.start_ring_id = HAL_SRNG_DIR_BUF_RX_SRC_DMA_RING,
|
.start_ring_id = HAL_SRNG_DIR_BUF_RX_SRC_DMA_RING,
|
||||||
/* one ring for spectral and one ring for cfr */
|
/* one ring for spectral, one ring for cfr and
|
||||||
.max_rings = 2,
|
* another one ring for txbf cv upload.
|
||||||
|
*/
|
||||||
|
.max_rings = 3,
|
||||||
.entry_size = 2,
|
.entry_size = 2,
|
||||||
.lmac_ring = TRUE,
|
.lmac_ring = TRUE,
|
||||||
.ring_dir = HAL_SRNG_SRC_RING,
|
.ring_dir = HAL_SRNG_SRC_RING,
|
||||||
|
Reference in New Issue
Block a user