diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/ieee802154/6lowpan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c index ae3f4eb02064..2e790fbe848d 100644 --- a/net/ieee802154/6lowpan.c +++ b/net/ieee802154/6lowpan.c | |||
@@ -646,7 +646,7 @@ static void lowpan_fragment_timer_expired(unsigned long entry_addr) | |||
646 | } | 646 | } |
647 | 647 | ||
648 | static struct lowpan_fragment * | 648 | static struct lowpan_fragment * |
649 | lowpan_alloc_new_frame(struct sk_buff *skb, u8 iphc0, u8 len, u8 tag) | 649 | lowpan_alloc_new_frame(struct sk_buff *skb, u8 iphc0, u8 len, u16 tag) |
650 | { | 650 | { |
651 | struct lowpan_fragment *frame; | 651 | struct lowpan_fragment *frame; |
652 | 652 | ||