Searched hist:"0 ea3da64fa602efa0a89502eefdb396be84d2eba" (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/mac802154/ |
H A D | ieee802154_i.h | diff 0ea3da64fa602efa0a89502eefdb396be84d2eba Tue Oct 28 12:21:24 CDT 2014 Alexander Aring <alex.aring@gmail.com> 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>
|
H A D | iface.c | diff 0ea3da64fa602efa0a89502eefdb396be84d2eba Tue Oct 28 12:21:24 CDT 2014 Alexander Aring <alex.aring@gmail.com> 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>
|