| Submitter | alex.bluesman.smirnov@gmail.com |
|---|---|
| Date | May 10, 2012, 1:22 p.m. |
| Message ID | <4fabc167.9208cc0a.4de8.ffff9218@mx.google.com> |
| Download | mbox | patch |
| Permalink | /patch/158289/ |
| State | Changes Requested |
| Delegated to: | David Miller |
| Headers | show |
Comments
Patch
diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c index 0ab3efe..86f0013 100644 --- a/net/ieee802154/6lowpan.c +++ b/net/ieee802154/6lowpan.c @@ -492,6 +492,7 @@ static int lowpan_header_create(struct sk_buff *skb, break; default: *hc06_ptr = hdr->hop_limit; + hc06_ptr += 1; break; }