qcacmn: Add hal_rx_print_pn API
Implement hal_rx_print_pn API based on the chipset as the macro to retrieve pn value is chipset dependent. Change-Id: Id9d0d3b34a5f6a09fe5903e1d24bb0a59205174b CRs-Fixed: 2522133
This commit is contained in:

committed by
nshrivas

parent
c1a4c8b4fc
commit
a2d7497e1c
@@ -300,7 +300,7 @@ dp_rx_msdus_drop(struct dp_soc *soc, hal_ring_desc_t ring_desc,
|
||||
|
||||
rx_tlv_hdr = qdf_nbuf_data(rx_desc->nbuf);
|
||||
if (hal_rx_encryption_info_valid(soc->hal_soc, rx_tlv_hdr))
|
||||
hal_rx_print_pn(rx_tlv_hdr);
|
||||
hal_rx_print_pn(soc->hal_soc, rx_tlv_hdr);
|
||||
|
||||
/* Just free the buffers */
|
||||
qdf_nbuf_free(rx_desc->nbuf);
|
||||
|
Reference in New Issue
Block a user