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

Commit cffc7922 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "usb: gadget: u_ether: Add ETH_P_MAP skb protocol type"

parents 0ec96c58 22b4738a
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -501,6 +501,9 @@ static __be16 ether_ip_type_trans(struct sk_buff *skb,
		protocol = htons(ETH_P_IPV6);
		break;
	default:
		if ((skb->data[0] & 0x40) == 0x00)
			protocol = htons(ETH_P_MAP);
		else
			pr_debug_ratelimited("[%s] L3 protocol decode error: 0x%02x",
					dev->name, skb->data[0] & 0xf0);
	}