qcacmn: HAL Changes for RX packet capture

Add HAL apis for populate RX packet capture params.

CRs-Fixed: 2891049
Change-Id: I0befd3001a40fd286704699f4ec682f7c390fbda
This commit is contained in:
Mohit Khanna
2021-02-28 20:34:45 -08:00
committed by Rakesh Pillai
orang tua 477928661c
melakukan f3e19b41d3
3 mengubah file dengan 42 tambahan dan 1 penghapusan

Melihat File

@@ -623,6 +623,15 @@ enum hal_reo_cmd_type {
CMD_UPDATE_RX_REO_QUEUE = 5
};
struct hal_rx_pkt_capture_flags {
uint8_t encrypt_type;
uint8_t fragment_flag;
uint8_t fcs_err;
uint32_t chan_freq;
uint32_t rssi_comb;
uint64_t tsft;
};
struct hal_hw_txrx_ops {
/* init and setup */
void (*hal_srng_dst_hw_init)(struct hal_soc *hal,