[NET]: rfkill: add support for input key to control wireless radio
authorIvo van Doorn <IvDoorn@gmail.com>
Mon, 7 May 2007 07:34:20 +0000 (00:34 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 7 May 2007 07:34:20 +0000 (00:34 -0700)
commitcf4328cd949c2086091c62c5685f1580fe9b55e4
treebd9d96f1c99910076b6f5f34cd5cd2da30405ef1
parent2396a22e0989df6038996506bfbf7a57f116c299
[NET]: rfkill: add support for input key to control wireless radio

The RF kill patch that provides infrastructure for implementing
switches controlling radio states on various network and other cards.

[dtor@insightbb.com: address review comments]
[akpm@linux-foundation.org: cleanups, build fixes]

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/rfkill.h [new file with mode: 0644]
net/Kconfig
net/Makefile
net/rfkill/Kconfig [new file with mode: 0644]
net/rfkill/Makefile [new file with mode: 0644]
net/rfkill/rfkill-input.c [new file with mode: 0644]
net/rfkill/rfkill.c [new file with mode: 0644]