]> 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)
commitaacaf7c871aac27b4f6e3c975070004e8e760b07
tree2c091293b2ba69364640a1584255b61637b14ee6
parent9dfa038c6378c00272f47e2c5120d541582a96e5
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 80b1c0f14cccd0dcacbc04dd84e15b0a957c88d6
("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