commit | 0ea3da64fa602efa0a89502eefdb396be84d2eba | [log] [tgz] |
---|---|---|
author | Alexander Aring <alex.aring@gmail.com> | Tue Oct 28 18:21:24 2014 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Tue Oct 28 23:19:07 2014 +0100 |
tree | 9438ff7ae9c8c5c8e9b6d29bab56086748ae774b | |
parent | a543c5989d7711d984608f4e12a73218642ca865 [diff] |
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>