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

committed by
nshrivas

parent
a2d7497e1c
commit
cb255b4834
@@ -388,6 +388,7 @@ struct hal_hw_txrx_ops {
|
||||
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);
|
||||
uint8_t (*hal_rx_msdu_end_first_msdu_get)(uint8_t *buf);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user