From: Felix Fietkau Date: Fri, 8 May 2015 12:23:58 +0000 (+0000) Subject: ar71xx: make WLAN button RFKILL on wnr2000-v4 X-Git-Tag: reboot~3109 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=5e1e04e505f463362827fdf5fd7eb47d57905865;p=openwrt%2Fopenwrt.git ar71xx: make WLAN button RFKILL on wnr2000-v4 Users will now be provided with the inherent wifi toggle functionality of /etc/rc.button/rfkill Signed-off-by: Michael J. Bazzinotti SVN-Revision: 45635 --- diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c index cc478e6152..9c10b95128 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wnr2000-v4.c @@ -115,7 +115,7 @@ static struct gpio_keys_button wnr2000v4_gpio_keys[] __initdata = { { .desc = "WLAN button", .type = EV_KEY, - .code = KEY_WLAN, + .code = KEY_RFKILL, .debounce_interval = WNR2000V4_KEYS_DEBOUNCE_INTERVAL, .gpio = WNR2000V4_GPIO_BTN_WLAN, .active_low = 1,