Re: [PATCH] rfkill: Move rfkill_switch_all out of global header
From: David Miller <davem@davemloft.net>
Date: 2007-09-27 21:57:25
Also in:
linux-wireless
From: David Miller <davem@davemloft.net>
Date: 2007-09-27 21:57:25
Also in:
linux-wireless
From: Ivo van Doorn <redacted> Date: Fri, 28 Sep 2007 00:07:41 +0200
rfkill_switch_all shouldn't be called by drivers directly, instead they should send a signal over the input device. To prevent confusion for driver developers, move the function into a rfkill private header. Signed-off-by: Ivo van Doorn <redacted>
Applied to net-2.6.24, thanks.