kernel-ark/net/mac802154
Alexander Aring c730c90316 mac802154: rx: document ieee802154_rx() context requirement
This patch is similar like d20ef63d32
("mac80211: document ieee80211_rx() context requirement"). The
netif_receive_skb call requires with softirqs disabled. This patch
adds a warning if softirqs are pending while calling ieee802154_rx.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2014-10-27 18:07:42 +01:00
..
ieee802154_i.h mac802154: rx: use tasklet instead workqueue 2014-10-27 18:07:40 +01:00
iface.c mac802154: rx: use tasklet instead workqueue 2014-10-27 18:07:40 +01:00
Kconfig trivial: net/mac802154: Fix Kconfig typo 2014-10-25 07:56:21 +02:00
llsec.c ieee802154: move ieee802154 header 2014-10-25 21:39:57 +02:00
llsec.h mac802154: add llsec decryption method 2014-05-16 17:23:41 -04:00
mac_cmd.c mac802154: introduce IEEE802154_DEV_TO_SUB_IF 2014-10-25 21:55:38 +02:00
main.c mac802154: rx: use tasklet instead workqueue 2014-10-27 18:07:40 +01:00
Makefile mac802154: add netdev qeue helpers 2014-10-26 17:24:03 +01:00
mib.c mac802154: rename dev_workqueue to workqueue 2014-10-25 21:55:38 +02:00
monitor.c mac802154: tx: change naming convention 2014-10-26 17:24:05 +01:00
rx.c mac802154: rx: document ieee802154_rx() context requirement 2014-10-27 18:07:42 +01:00
tx.c mac802154: tx: use put_unaligned_le16 for copy crc 2014-10-27 18:07:36 +01:00
util.c mac802154: add netdev qeue helpers 2014-10-26 17:24:03 +01:00