aboutsummaryrefslogtreecommitdiffstats
path: root/net/ieee802154
diff options
context:
space:
mode:
Diffstat (limited to 'net/ieee802154')
-rw-r--r--net/ieee802154/reassembly.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ieee802154/reassembly.c b/net/ieee802154/reassembly.c
index 20d219682d84..8da635d92a58 100644
--- a/net/ieee802154/reassembly.c
+++ b/net/ieee802154/reassembly.c
@@ -124,7 +124,6 @@ fq_find(struct net *net, const struct lowpan_frag_info *frag_info,
124 arg.src = src; 124 arg.src = src;
125 arg.dst = dst; 125 arg.dst = dst;
126 126
127 read_lock(&lowpan_frags.lock);
128 hash = lowpan_hash_frag(frag_info->d_tag, frag_info->d_size, src, dst); 127 hash = lowpan_hash_frag(frag_info->d_tag, frag_info->d_size, src, dst);
129 128
130 q = inet_frag_find(&ieee802154_lowpan->frags, 129 q = inet_frag_find(&ieee802154_lowpan->frags,