From: Alexander Aring Date: Mon, 27 Oct 2014 16:13:30 +0000 (+0100) Subject: mac802154: rx: use tasklet instead workqueue X-Git-Tag: omap-for-v3.19/fixes-rc1~125^2~234^2~3^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5c47e67bcd24638a059b1b5e9ec18c95f8634ca;p=pandora-kernel.git mac802154: rx: use tasklet instead workqueue Tasklets have much less overhead than workqueues. This patch also removes the heap allocation for the worker on receiving path. Like mac80211 we should prefer use a tasklet here instead a workqueue to getting fast out of interrupt context when ieee802154_rx_irqsafe is called by driver. Like wireless inside the tasklet context we should call netif_receive_skb instead netif_rx_ni anymore. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed