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

committed by
nshrivas

parent
5bf1e5a1da
commit
43d563277d
@@ -384,6 +384,7 @@ struct hal_hw_txrx_ops {
|
||||
uint8_t (*hal_rx_msdu_end_da_is_mcbc_get)(uint8_t *buf);
|
||||
uint8_t (*hal_rx_msdu_end_sa_is_valid_get)(uint8_t *buf);
|
||||
uint16_t (*hal_rx_msdu_end_sa_idx_get)(uint8_t *buf);
|
||||
uint32_t (*hal_rx_desc_is_first_msdu)(void *hw_desc_addr);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user