From: Alexander Aring Date: Tue, 28 Oct 2014 17:21:26 +0000 (+0100) Subject: mac802154: move local started handling X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~234^2~3^2~28 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e363eca386d0c28d8c6c4f176e1fa48b09a75315;p=pandora-kernel.git mac802154: move local started handling This patch removes the current handling of started boolean. This is actually dead code, because mac802154_netdev_register can't never be called before ieee802154_register_hw. This means that local->started is always be true when mac802154_netdev_register is called. Instead we using this now like mac80211 to indicate that an instance of sdata is running. Signed-off-by: Alexander Aring Signed-off-by: Marcel Holtmann --- Reading git-diff-tree failed