diff options
Diffstat (limited to 'net/mac802154/rx.c')
-rw-r--r-- | net/mac802154/rx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac802154/rx.c b/net/mac802154/rx.c index d15738fae551..4a7d76d4f8bc 100644 --- a/net/mac802154/rx.c +++ b/net/mac802154/rx.c | |||
@@ -76,6 +76,7 @@ mac802154_subif_rx(struct ieee802154_dev *hw, struct sk_buff *skb, u8 lqi) | |||
76 | skb_trim(skb, skb->len - 2); /* CRC */ | 76 | skb_trim(skb, skb->len - 2); /* CRC */ |
77 | } | 77 | } |
78 | 78 | ||
79 | mac802154_monitors_rx(priv, skb); | ||
79 | out: | 80 | out: |
80 | dev_kfree_skb(skb); | 81 | dev_kfree_skb(skb); |
81 | return; | 82 | return; |