qcacmn: Clean up TxRx statistics
Cleanup the print format for rate stats. Add missing elements in HAL tx completion structure. Change-Id: I57aaac605fce5060f7943b9bbe95ef8e8c2d3b7b
This commit is contained in:

committed by
snandini

szülő
09120790f8
commit
623fbee5f9
@@ -1890,7 +1890,8 @@ enum hal_reo_error_code {
|
||||
HAL_REO_ERR_PN_CHECK_FAILED,
|
||||
HAL_REO_ERR_2K_ERROR_HANDLING_FLAG_SET,
|
||||
HAL_REO_ERR_PN_ERROR_HANDLING_FLAG_SET,
|
||||
HAL_REO_ERR_QUEUE_DESC_BLOCKED_SET
|
||||
HAL_REO_ERR_QUEUE_DESC_BLOCKED_SET,
|
||||
HAL_REO_ERR_MAX
|
||||
};
|
||||
|
||||
/**
|
||||
@@ -1933,7 +1934,8 @@ enum hal_rxdma_error_code {
|
||||
HAL_RXDMA_ERR_DA_TIMEOUT,
|
||||
HAL_RXDMA_ERR_FLOW_TIMEOUT,
|
||||
HAL_RXDMA_ERR_FLUSH_REQUEST,
|
||||
HAL_RXDMA_ERR_WAR = 31
|
||||
HAL_RXDMA_ERR_WAR = 31,
|
||||
HAL_RXDMA_ERR_MAX
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user