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

Commit ce60e0c4 authored by Stephen Rothwell's avatar Stephen Rothwell Committed by David S. Miller
Browse files

net: 6lowpan: fixup for code movement

parent b679ef73
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -678,7 +678,7 @@ int lowpan_header_compress(struct sk_buff *skb, struct net_device *dev,
			hc06_ptr += 3;
		} else {
			/* compress nothing */
			memcpy(hc06_ptr, &hdr, 4);
			memcpy(hc06_ptr, hdr, 4);
			/* replace the top byte with new ECN | DSCP format */
			*hc06_ptr = tmp;
			hc06_ptr += 4;