aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/ieee802154/6lowpan.c2
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
648static struct lowpan_fragment * 648static struct lowpan_fragment *
649lowpan_alloc_new_frame(struct sk_buff *skb, u8 iphc0, u8 len, u8 tag) 649lowpan_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