qcacmn: Add function to convert Hw to qdf status
Enhance qdf tx rx to hw tx completion status mapping .Function to convert Hw to qdf status.Add a additional func arg to qdf_dp_trace_ptr. Add dummy func argument to existing qdf_dp_trace_ptr func calls. Change-Id: I38865d63dc7383c55686d2d0187a262b3b6d5acc CRs-Fixed: 2810601
This commit is contained in:
@@ -791,9 +791,22 @@ enum qdf_dp_tx_rx_status qdf_dp_get_status_from_htt(uint8_t status);
|
||||
* Return : the status that from qdf_dp_tx_rx_status
|
||||
*/
|
||||
enum qdf_dp_tx_rx_status qdf_dp_get_status_from_a_status(uint8_t status);
|
||||
/**
|
||||
* qdf_dp_trace_ptr() - record dptrace
|
||||
* @code: dptrace code
|
||||
* @pdev_id: pdev_id
|
||||
* @data: data
|
||||
* @size: size of data
|
||||
* @msdu_id: msdu_id
|
||||
* @status: return status
|
||||
* @qdf_tx_status: qdf tx rx status
|
||||
*
|
||||
* Return: none
|
||||
*/
|
||||
void qdf_dp_trace_ptr(qdf_nbuf_t nbuf, enum QDF_DP_TRACE_ID code,
|
||||
uint8_t pdev_id, uint8_t *data, uint8_t size,
|
||||
uint16_t msdu_id, uint16_t status);
|
||||
uint16_t msdu_id, uint16_t buf_arg_status,
|
||||
enum qdf_dp_tx_rx_status qdf_tx_status);
|
||||
void qdf_dp_trace_throttle_live_mode(bool high_bw_request);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user