]> git.karo-electronics.de Git - linux-beck.git/commit
rtl8187: add radio led and fix warnings on suspend
authorHerton Ronaldo Krzesinski <herton@mandriva.com.br>
Wed, 9 Dec 2009 16:56:13 +0000 (14:56 -0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 10 Dec 2009 21:09:51 +0000 (16:09 -0500)
commit49d7590ce494a971311ca55d8aaa6ea9a87b108f
tree07f508f699fd68220f3c13a63c346da3d7566f08
parent512414b0bed0d376ac4d5ec1dd6f0b1a3551febc
rtl8187: add radio led and fix warnings on suspend

Michael Buesch reports that his rtl8187 gives warnings on suspend
("queueing ieee80211 work while going to suspend" warnings), as rtl8187
can call ieee80211_queue_delayed_work after mac80211 is suspended.

This change enhances rtl8187 led code so we can avoid queuing work after
mac80211 is suspended: now we register a radio led and make additional
checks to ensure led is off/on properly as mac80211 wants.

Signed-off-by: Herton Ronaldo Krzesinski <herton@mandriva.com.br>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rtl818x/rtl8187.h
drivers/net/wireless/rtl818x/rtl8187_leds.c
drivers/net/wireless/rtl818x/rtl8187_leds.h