From: Johannes Berg Date: Mon, 8 Apr 2013 09:52:34 +0000 (+0200) Subject: mac80211: fix LED in idle handling X-Git-Tag: v3.9-rc8~7^2~11^2^2~7^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62a40a15554d6924a58b3e9f8756e0d683dc9c0c;p=pandora-kernel.git mac80211: fix LED in idle handling feng xiangjun reports that my commit 382a103b2b528a3085cde4ac56fc69d92a828b72 Author: Johannes Berg Date: Fri Mar 22 22:30:09 2013 +0100 mac80211: fix idle handling sequence broke the wireless status LED. The reason is that we now call ieee80211_idle_off() when the channel context is assigned, and that doesn't recalculate the LED state. Fix this by making that function a wrapper around most of idle recalculation while forcing active. Reported-by: feng xiangjun Tested-by: feng xiangjun Signed-off-by: Johannes Berg --- Reading git-diff-tree failed