diff options
Diffstat (limited to 'net/ieee802154/reassembly.c')
-rw-r--r-- | net/ieee802154/reassembly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/reassembly.c b/net/ieee802154/reassembly.c index eb5995e74316..4511fc22ef16 100644 --- a/net/ieee802154/reassembly.c +++ b/net/ieee802154/reassembly.c | |||
@@ -35,7 +35,7 @@ static struct inet_frags lowpan_frags; | |||
35 | static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, | 35 | static int lowpan_frag_reasm(struct lowpan_frag_queue *fq, |
36 | struct sk_buff *prev, struct net_device *dev); | 36 | struct sk_buff *prev, struct net_device *dev); |
37 | 37 | ||
38 | static unsigned int lowpan_hash_frag(__be16 tag, __be16 d_size, | 38 | static unsigned int lowpan_hash_frag(__be16 tag, u16 d_size, |
39 | const struct ieee802154_addr *saddr, | 39 | const struct ieee802154_addr *saddr, |
40 | const struct ieee802154_addr *daddr) | 40 | const struct ieee802154_addr *daddr) |
41 | { | 41 | { |