]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
rt2x00: Make RFKILL enabled by default
authorIvo van Doorn <ivdoorn@gmail.com>
Mon, 8 Sep 2008 16:46:29 +0000 (18:46 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 11 Sep 2008 19:53:38 +0000 (15:53 -0400)
commit58169529986e81e0d477ce11eb8b91f025f649c1
treedd115fdc8835af9ebcf91f585cc0687cf8fe2044
parent3d35f7c6874d83063d19de0cdb4e503ff4471098
rt2x00: Make RFKILL enabled by default

RFKILL should be enabled for _all_ hardware whether
or not they feature a rfkill button or not.

Remove driver specific RFKILL configuration options
and make the rt2x00lib version depend on CONFIG_RFKILL
and defaulting to 'y' to make sure it will always
be enabled when RFKILL was enabled.

This also fixes some bugs where RFKILL wasn't initialized
and didn't respond to RFKILL key presses.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/Kconfig
drivers/net/wireless/rt2x00/rt2400pci.c
drivers/net/wireless/rt2x00/rt2500pci.c
drivers/net/wireless/rt2x00/rt2x00rfkill.c
drivers/net/wireless/rt2x00/rt61pci.c