qcacmn: Cleanup peer local id references from DP RX
Local peer_id is being cleaned up across DP, HDD and PS/WMA. So, any references to local peer_id/sta_id will be replaced by peer mac address and all interactions between the layers will be based on peer mac address. Cleanup references to peer_local_id from the following APIs: 1) dp_rx_process 2) dp_rx_process_rxdma_err Change-Id: Ia1c8bd091759132367718e6c6d5f67cf5a98e507 CRs-Fixed: 2512706
This commit is contained in:

committed by
nshrivas

parent
5e3c20acf4
commit
162d95556e
@@ -2159,8 +2159,6 @@ done:
|
||||
|
||||
dp_rx_fill_gro_info(soc, rx_tlv_hdr, nbuf, &rx_ol_pkt_cnt);
|
||||
|
||||
qdf_nbuf_cb_update_peer_local_id(nbuf, peer->local_id);
|
||||
|
||||
DP_RX_LIST_APPEND(deliver_list_head,
|
||||
deliver_list_tail,
|
||||
nbuf);
|
||||
|
Reference in New Issue
Block a user