]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
rfkill: update LEDs for all state changes
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Sat, 11 Oct 2008 16:55:13 +0000 (16:55 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sat, 18 Oct 2008 17:49:12 +0000 (10:49 -0700)
commit95a3690291668508570c593ccc8b69af1f0e3f3f
treef13666d51f448c6c56ac8ad58339847c417fdd1e
parent92fa67e9260a65f69d868c4fcc92c9cee428c6f9
rfkill: update LEDs for all state changes

commit 417bd25ac4c6f76c8aafe8a584f3620f4a936b72 upstream

The LED state was not being updated by rfkill_force_state(), which
will cause regressions in wireless drivers that had old-style rfkill
support and are updated to use rfkill_force_state().

The LED state was not being updated when a change was detected through
the rfkill->get_state() hook, either.

Move the LED trigger update calls into notify_rfkill_state_change(),
where it should have been in the first place.  This takes care of both
issues above.

Signed-off-by: Henrique de Moraes Holschuh <hmh@hmh.eng.br>
Acked-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/rfkill/rfkill.c