6lowpan: fix tag variable size
[linux-2.6-block.git] / net / ieee802154 / 6lowpan.c
index ae3f4eb020649be2dbafd1cd9f30ca360259fe2a..2e790fbe848d0345e06c72b8ba76eaa5b7bea311 100644 (file)
@@ -646,7 +646,7 @@ static void lowpan_fragment_timer_expired(unsigned long entry_addr)
 }
 
 static struct lowpan_fragment *
-lowpan_alloc_new_frame(struct sk_buff *skb, u8 iphc0, u8 len, u8 tag)
+lowpan_alloc_new_frame(struct sk_buff *skb, u8 iphc0, u8 len, u16 tag)
 {
        struct lowpan_fragment *frame;