]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
net: 6lowpan: fixup for code movement
authorStephen Rothwell <sfr@canb.auug.org.au>
Tue, 7 Jan 2014 01:52:43 +0000 (12:52 +1100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 28 Jan 2014 00:43:03 +0000 (16:43 -0800)
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ieee802154/6lowpan_iphc.c

index 083f905bf1096d748a90e3a2bff52983a936a680..860aa2d445bae361d5d588a6c1a4e41310d0d629 100644 (file)
@@ -678,7 +678,7 @@ int lowpan_header_compress(struct sk_buff *skb, struct net_device *dev,
                        hc06_ptr += 3;
                } else {
                        /* compress nothing */
                        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;
                        /* replace the top byte with new ECN | DSCP format */
                        *hc06_ptr = tmp;
                        hc06_ptr += 4;