Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 35acfc02 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa: set the mac header to 0 for rx skbs"

parents b7295e26 bea650f9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1428,6 +1428,7 @@ static void apps_ipa_packet_receive_notify(void *priv,
		IPAWANDBG_LOW("Rx packet was received");
		skb->dev = IPA_NETDEV();
		skb->protocol = htons(ETH_P_MAP);
		skb_set_mac_header(skb, 0);

		if (ipa3_rmnet_res.ipa_napi_enable) {
			trace_rmnet_ipa_netif_rcv_skb3(dev->stats.rx_packets);