Kaynağa Gözat

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
Basamma Yakkanahalli 2 yıl önce
ebeveyn
işleme
30ff1d4085
1 değiştirilmiş dosya ile 4 ekleme ve 2 silme
  1. 4 2
      hal/wifi3.0/qca5332/hal_5332.c

+ 4 - 2
hal/wifi3.0/qca5332/hal_5332.c

@@ -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,