qcacmn: Fix compilation errors in DP_PRINT
Fix compilation error in DP_PRINT which is seen when compiled for lithium datapath. CRs-Fixed: 2567068 Change-Id: I4bb7bb14a2e521645be6e2677a44a78fa79fcb0b
This commit is contained in:
@@ -1051,7 +1051,8 @@ void dp_print_ast_stats(struct dp_soc *soc)
|
||||
ase->ast_idx,
|
||||
ase->ast_hash_value,
|
||||
ase->delete_in_progress,
|
||||
ase->pdev_id);
|
||||
ase->pdev_id,
|
||||
vdev->vdev_id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1422,7 +1422,8 @@ dp_rx_defrag_store_fragment(struct dp_soc *soc,
|
||||
if (qdf_nbuf_len(frag) > 0) {
|
||||
dp_info("Dropping unexpected packet with skb_len: %d,"
|
||||
"data len: %d, cookie: %d",
|
||||
qdf_nbuf_len(frag), frag->data_len, rx_desc->cookie);
|
||||
(uint32_t)qdf_nbuf_len(frag), frag->data_len,
|
||||
rx_desc->cookie);
|
||||
DP_STATS_INC(soc, rx.rx_frag_err_len_error, 1);
|
||||
goto discard_frag;
|
||||
}
|
||||
|
Reference in New Issue
Block a user