qcacmn: Update rxdma error code

Populate rxdma error code while reading sw monitor
ring descriptor

Change-Id: I4f95f7d2ccc16dd8178dd12d762bce7af4f57aff
CRs-Fixed: 3094251
This commit is contained in:
Jeevan Kukkalli
2022-02-08 10:47:27 +05:30
committed by Madan Koyyalamudi
parent cc4bde4708
commit 0101390bcd

View File

@@ -179,6 +179,9 @@ hal_rx_sw_mon_desc_info_get_9000(hal_ring_desc_t rxdma_dst_ring_desc,
desc_info->rxdma_push_reason = HAL_RX_GET(sw_mon_ring, desc_info->rxdma_push_reason = HAL_RX_GET(sw_mon_ring,
SW_MONITOR_RING_6, SW_MONITOR_RING_6,
RXDMA_PUSH_REASON); RXDMA_PUSH_REASON);
desc_info->rxdma_error_code = HAL_RX_GET(sw_mon_ring,
SW_MONITOR_RING_6,
RXDMA_ERROR_CODE);
desc_info->ppdu_id = HAL_RX_GET(sw_mon_ring, desc_info->ppdu_id = HAL_RX_GET(sw_mon_ring,
SW_MONITOR_RING_7, SW_MONITOR_RING_7,
PHY_PPDU_ID); PHY_PPDU_ID);