rfkill: update LEDs for all state changes
authorHenrique de Moraes Holschuh <hmh@hmh.eng.br>
Fri, 3 Oct 2008 19:58:05 +0000 (16:58 -0300)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 6 Oct 2008 22:14:57 +0000 (18:14 -0400)
commit417bd25ac4c6f76c8aafe8a584f3620f4a936b72
tree7b7b55d715d7121dcba815cd2518608c0a6ec010
parent5b5d13afeeee959a74114b73c560d3e243f34a11
rfkill: update LEDs for all state changes

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>
Cc: stable@kernel.org
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/rfkill/rfkill.c