qcacmn: Add hal_rx_encryption_info_valid API
Implement hal_rx_encryption_info API based on the chipset as the macro to retrieve sa_idx value is chipset dependent. Change-Id: I0c48800dfa5628898c53f7a9271e517b6bfa3da7 CRs-Fixed: 2522133
This commit is contained in:

committed by
nshrivas

parent
f05b2ae5c2
commit
c1a4c8b4fc
@@ -386,6 +386,7 @@ struct hal_hw_txrx_ops {
|
||||
uint16_t (*hal_rx_msdu_end_sa_idx_get)(uint8_t *buf);
|
||||
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);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user