linux/net/mac802154
Alexander Aring 0ea3da64fa mac802154: rework sdata state change to running
This patch reworks the handling for setting the state like mac80211. We
use bit's instead a bool variable. The mutex is not needed because it use
test and set bits which are atomic operations.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
2014-10-28 23:19:07 +01:00
..
driver-ops.h mac802154: introduce driver-ops header 2014-10-28 23:19:07 +01:00
ieee802154_i.h mac802154: rework sdata state change to running 2014-10-28 23:19:07 +01:00
iface.c mac802154: rework sdata state change to running 2014-10-28 23:19:07 +01:00
Kconfig
llsec.c ieee802154: move ieee802154 header 2014-10-25 21:39:57 +02:00
llsec.h
mac_cmd.c mac802154: introduce IEEE802154_DEV_TO_SUB_IF 2014-10-25 21:55:38 +02:00
main.c mac802154: remove driver ops in wpan-phy 2014-10-28 23:19:07 +01:00
Makefile mac802154: monitor: merge into iface implementation 2014-10-28 23:19:06 +01:00
mib.c mac802154: use driver-ops function wrappers 2014-10-28 23:19:07 +01:00
rx.c mac802154: rx: change naming convention 2014-10-27 18:07:50 +01:00
tx.c mac802154: use driver-ops function wrappers 2014-10-28 23:19:07 +01:00
util.c mac802154: add netdev qeue helpers 2014-10-26 17:24:03 +01:00