aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2014-04-12 17:42:35 +0000
committerGabor Juhos <juhosg@openwrt.org>2014-04-12 17:42:35 +0000
commitf667a2e3c3c9cc68f6bff5ba803b4d0cf0008a6e (patch)
treed158b146c7f30d1c99edb1171fb4ed6146c1d6fe /target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c
parent701b173389b27f3f2367cbdc1012097d56d29867 (diff)
downloadmaster-187ad058-f667a2e3c3c9cc68f6bff5ba803b4d0cf0008a6e.tar.gz
master-187ad058-f667a2e3c3c9cc68f6bff5ba803b4d0cf0008a6e.tar.bz2
master-187ad058-f667a2e3c3c9cc68f6bff5ba803b4d0cf0008a6e.zip
ar71xx: wndr4300: add LED for 2.4Ghz wifi interface
Based on the the WNDR3700v4 support patch from Ralph Perlich: http://patchwork.openwrt.org/patch/4763/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40475 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c
index a89b8b6827..6f26429ed7 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wndr4300.c
@@ -36,6 +36,7 @@
#define WNDR4300_GPIO_LED_USB 13
#define WNDR4300_GPIO_LED_WAN_GREEN 1
#define WNDR4300_GPIO_LED_WAN_AMBER 3
+#define WNDR4300_GPIO_LED_WLAN2G 11
#define WNDR4300_GPIO_LED_WLAN5G 14
#define WNDR4300_GPIO_LED_WPS_GREEN 16
#define WNDR4300_GPIO_LED_WPS_AMBER 17
@@ -84,6 +85,11 @@ static struct gpio_led wndr4300_leds_gpio[] __initdata = {
.active_low = 1,
},
{
+ .name = "netgear:green:wlan2g",
+ .gpio = WNDR4300_GPIO_LED_WLAN2G,
+ .active_low = 1,
+ },
+ {
.name = "netgear:blue:wlan5g",
.gpio = WNDR4300_GPIO_LED_WLAN5G,
.active_low = 1,