diff options
Diffstat (limited to 'net/mac802154/rx.c')
-rw-r--r-- | net/mac802154/rx.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/mac802154/rx.c b/net/mac802154/rx.c index 041dbd5958d4..c0d67b2b4132 100644 --- a/net/mac802154/rx.c +++ b/net/mac802154/rx.c | |||
@@ -85,8 +85,7 @@ ieee802154_subif_frame(struct ieee802154_sub_if_data *sdata, | |||
85 | default: | 85 | default: |
86 | spin_unlock_bh(&sdata->mib_lock); | 86 | spin_unlock_bh(&sdata->mib_lock); |
87 | pr_debug("invalid dest mode\n"); | 87 | pr_debug("invalid dest mode\n"); |
88 | kfree_skb(skb); | 88 | goto fail; |
89 | return NET_RX_DROP; | ||
90 | } | 89 | } |
91 | 90 | ||
92 | spin_unlock_bh(&sdata->mib_lock); | 91 | spin_unlock_bh(&sdata->mib_lock); |