From: Alexander Aring Date: Tue, 28 Oct 2014 17:21:24 +0000 (+0100) Subject: mac802154: rework sdata state change to running X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~234^2~3^2~30 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ea3da64fa602efa0a89502eefdb396be84d2eba;p=pandora-kernel.git 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 Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed