]> git.baikalelectronics.ru Git - kernel.git/commit
mac802154: rx: use netif_receive_skb
authorAlexander Aring <alex.aring@gmail.com>
Wed, 29 Oct 2014 20:34:39 +0000 (21:34 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 29 Oct 2014 22:07:46 +0000 (23:07 +0100)
commit2e7d76500eee512a6df628b1e40c45a436ded25e
tree2c091293b2ba69364640a1584255b61637b14ee6
parentc21fe9b4e1005e5ac2dd750dc794b6e75599406d
mac802154: rx: use netif_receive_skb

This patch removes netif_rx_ni call. Instead we call netif_receive_skb,
we can do that since commit 95c7bd3bf76191f5317f3de4027375f1305b9947
("mac802154: rx: use tasklet instead workqueue").

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/mac802154/rx.c