qcacmn: Add hal_rx_hw_desc_get_ppduid_get API
Implement hal_rx_hw_desc_get_ppduid API based on the chipset as the macro to retrieve ppduid value is chipset dependent. Change-Id: I7d3457d731ea486f04367f98f9f18d3f1c0fcfd7 CRs-Fixed: 2522133
This commit is contained in:

committed by
nshrivas

父節點
8513048ac9
當前提交
84d5092701
@@ -407,6 +407,7 @@ struct hal_hw_txrx_ops {
|
||||
uint8_t (*hal_rx_get_mpdu_sequence_control_valid)(uint8_t *buf);
|
||||
bool (*hal_rx_is_unicast)(uint8_t *buf);
|
||||
uint32_t (*hal_rx_tid_get)(hal_soc_handle_t hal_soc_hdl, uint8_t *buf);
|
||||
uint32_t (*hal_rx_hw_desc_get_ppduid_get)(void *hw_desc_addr);
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user