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

کامیت شده توسط
nshrivas

والد
79055387d9
کامیت
55f2d92e61
@@ -390,6 +390,7 @@ struct hal_hw_txrx_ops {
|
||||
void (*hal_rx_print_pn)(uint8_t *buf);
|
||||
uint8_t (*hal_rx_msdu_end_first_msdu_get)(uint8_t *buf);
|
||||
uint8_t (*hal_rx_msdu_end_da_is_valid_get)(uint8_t *buf);
|
||||
uint8_t (*hal_rx_msdu_end_last_msdu_get)(uint8_t *buf);
|
||||
};
|
||||
|
||||
/**
|
||||
|
مرجع در شماره جدید
Block a user