qcacmn: Add HAL macros in dp_rx_defrag.c
Add the following HAL macros: 1. HAL_RX_MSDU0_BUFFER_ADDR_LSB 2. HAL_RX_MSDU_DESC_INFO_PTR_GET 3. HAL_ENT_MPDU_DESC_INFO 4. HAL_DST_MPDU_DESC_INFO Add relevant function pointers to retrieve descriptor info from the macros based on chipsets. Change-Id: I99ce7566a668180c7849eedea915b6f23a8dbf35 CRs-Fixed: 2522133
这个提交包含在:

提交者
nshrivas

父节点
38e84d2722
当前提交
8227240793
@@ -411,6 +411,10 @@ struct hal_hw_txrx_ops {
|
||||
uint32_t (*hal_rx_hw_desc_get_ppduid_get)(void *hw_desc_addr);
|
||||
uint32_t (*hal_rx_mpdu_start_mpdu_qos_control_valid_get)(uint8_t *buf);
|
||||
uint32_t (*hal_rx_msdu_end_sa_sw_peer_id_get)(uint8_t *buf);
|
||||
void * (*hal_rx_msdu0_buffer_addr_lsb)(void *link_desc_addr);
|
||||
void * (*hal_rx_msdu_desc_info_ptr_get)(void *msdu0);
|
||||
void * (*hal_ent_mpdu_desc_info)(void *hw_addr);
|
||||
void * (*hal_dst_mpdu_desc_info)(void *hw_addr);
|
||||
};
|
||||
|
||||
/**
|
||||
|
在新工单中引用
屏蔽一个用户