+3
−3
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
skb_set_len and skb_pull operations are done in both dp_rx_deliver_to_pkt_capture_no_peer and dp_rx_deliver_to_stack_no_peer. Due to this, in the issue scenario, EAPOL frame gets dropped in roaming scenario since qdf_nbuf_is_ipv4_eapol_pkt returns false. Fix is to do a skb_push_head operation in dp_rx_deliver_to_pkt_capture_no_peer API before exiting. Change-Id: I071a5248f9f8577c8a21547f67ec53d707dee0be CRs-Fixed: 2982188