qcacmn: Add reo destination indication info to skb
Get reo destination indication from REO2SW ring descriptor, store it to qdf_nbuf_cb of skb. Change-Id: I5a4c504b2550229a77a435b1f5ddb78c4abe51aa CRs-Fixed: 2809080
This commit is contained in:
@@ -504,6 +504,10 @@ enum hal_rx_ret_buf_manager {
|
||||
RX_MSDU_DESC_INFO_0_DA_IDX_TIMEOUT_OFFSET)) & \
|
||||
RX_MSDU_DESC_INFO_0_DA_IDX_TIMEOUT_MASK)
|
||||
|
||||
#define HAL_RX_REO_MSDU_REO_DST_IND_GET(reo_desc) \
|
||||
(HAL_RX_MSDU_REO_DST_IND_GET(& \
|
||||
(((struct reo_destination_ring *) \
|
||||
reo_desc)->rx_msdu_desc_info_details)))
|
||||
|
||||
#define HAL_RX_MSDU_FLAGS_GET(msdu_info_ptr) \
|
||||
(HAL_RX_FIRST_MSDU_IN_MPDU_FLAG_GET(msdu_info_ptr) | \
|
||||
|
Reference in New Issue
Block a user