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:
Venkata Sharath Chandra Manchala
2019-09-20 18:02:57 -07:00
committed by nshrivas
parent c1a4c8b4fc
commit a2d7497e1c
14 changed files with 268 additions and 42 deletions

View File

@@ -387,6 +387,7 @@ struct hal_hw_txrx_ops {
uint32_t (*hal_rx_desc_is_first_msdu)(void *hw_desc_addr);
uint32_t (*hal_rx_msdu_end_l3_hdr_padding_get)(uint8_t *buf);
uint32_t (*hal_rx_encryption_info_valid)(uint8_t *buf);
void (*hal_rx_print_pn)(uint8_t *buf);
};
/**