commit | 21fdf0a1c10719f6edbb5961f5b076f5575d4bce | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Wed Oct 29 21:34:39 2014 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Oct 29 23:07:46 2014 +0100 |
tree | 2c091293b2ba69364640a1584255b61637b14ee6 | |
parent | 1054ed81c4f5225d7a45fe5dec67430280bf3793 [diff] |
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 c5c47e67bcd24638a059b1b5e9ec18c95f8634ca ("mac802154: rx: use tasklet instead workqueue"). Signed-off-by: Alexander Aring <alex.aring@gmail.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>