qcacmn: Peer id parsing changes for beryllium
Take care of the MLO peer bit indication to be concatenated with peer_id to access the peer map object. Change-Id: Ia603a728101e83829a8906d1b847f42389e78ca6 CRs-Fixed: 3039326
This commit is contained in:

committed by
Madan Koyyalamudi

parent
2069fa6cdd
commit
57e2c01e5e
@@ -335,13 +335,13 @@ more_data:
|
||||
rx_bufs_reaped[rx_desc->pool_id]++;
|
||||
peer_mdata = mpdu_desc_info.peer_meta_data;
|
||||
QDF_NBUF_CB_RX_PEER_ID(rx_desc->nbuf) =
|
||||
DP_PEER_METADATA_PEER_ID_GET(peer_mdata);
|
||||
dp_rx_peer_metadata_peer_id_get_be(soc, peer_mdata);
|
||||
QDF_NBUF_CB_RX_VDEV_ID(rx_desc->nbuf) =
|
||||
DP_PEER_METADATA_VDEV_ID_GET(peer_mdata);
|
||||
dp_rx_peer_metadata_vdev_id_get_be(soc, peer_mdata);
|
||||
|
||||
/* to indicate whether this msdu is rx offload */
|
||||
pkt_capture_offload =
|
||||
DP_PEER_METADATA_OFFLOAD_GET(peer_mdata);
|
||||
DP_PEER_METADATA_OFFLOAD_GET_BE(peer_mdata);
|
||||
|
||||
/*
|
||||
* save msdu flags first, last and continuation msdu in
|
||||
|
Reference in New Issue
Block a user