ar71xx: fix the AP/Router LED definitons on MZK-W300NH

SVN-Revision: 29897
This commit is contained in:
Gabor Juhos 2012-01-24 18:40:38 +00:00
parent 23e1b451dc
commit 095c236694
2 changed files with 12 additions and 16 deletions

View file

@ -21,8 +21,8 @@
#define MZK_W300NH_GPIO_LED_STATUS 1 #define MZK_W300NH_GPIO_LED_STATUS 1
#define MZK_W300NH_GPIO_LED_WPS 3 #define MZK_W300NH_GPIO_LED_WPS 3
#define MZK_W300NH_GPIO_LED_WLAN 6 #define MZK_W300NH_GPIO_LED_WLAN 6
#define MZK_W300NH_GPIO_LED_AP 15 #define MZK_W300NH_GPIO_LED_AP_GREEN 15
#define MZK_W300NH_GPIO_LED_ROUTER 16 #define MZK_W300NH_GPIO_LED_AP_AMBER 16
#define MZK_W300NH_GPIO_BTN_APROUTER 5 #define MZK_W300NH_GPIO_BTN_APROUTER 5
#define MZK_W300NH_GPIO_BTN_WPS 12 #define MZK_W300NH_GPIO_BTN_WPS 12
@ -45,13 +45,11 @@ static struct gpio_led mzk_w300nh_leds_gpio[] __initdata = {
.gpio = MZK_W300NH_GPIO_LED_WLAN, .gpio = MZK_W300NH_GPIO_LED_WLAN,
.active_low = 1, .active_low = 1,
}, { }, {
.name = "planex:green:ap", .name = "planex:green:aprouter",
.gpio = MZK_W300NH_GPIO_LED_AP, .gpio = MZK_W300NH_GPIO_LED_AP_GREEN,
.active_low = 1,
}, { }, {
.name = "planex:green:router", .name = "planex:amber:aprouter",
.gpio = MZK_W300NH_GPIO_LED_ROUTER, .gpio = MZK_W300NH_GPIO_LED_AP_AMBER,
.active_low = 1,
} }
}; };

View file

@ -21,8 +21,8 @@
#define MZK_W300NH_GPIO_LED_STATUS 1 #define MZK_W300NH_GPIO_LED_STATUS 1
#define MZK_W300NH_GPIO_LED_WPS 3 #define MZK_W300NH_GPIO_LED_WPS 3
#define MZK_W300NH_GPIO_LED_WLAN 6 #define MZK_W300NH_GPIO_LED_WLAN 6
#define MZK_W300NH_GPIO_LED_AP 15 #define MZK_W300NH_GPIO_LED_AP_GREEN 15
#define MZK_W300NH_GPIO_LED_ROUTER 16 #define MZK_W300NH_GPIO_LED_AP_AMBER 16
#define MZK_W300NH_GPIO_BTN_APROUTER 5 #define MZK_W300NH_GPIO_BTN_APROUTER 5
#define MZK_W300NH_GPIO_BTN_WPS 12 #define MZK_W300NH_GPIO_BTN_WPS 12
@ -45,13 +45,11 @@ static struct gpio_led mzk_w300nh_leds_gpio[] __initdata = {
.gpio = MZK_W300NH_GPIO_LED_WLAN, .gpio = MZK_W300NH_GPIO_LED_WLAN,
.active_low = 1, .active_low = 1,
}, { }, {
.name = "planex:green:ap", .name = "planex:green:aprouter",
.gpio = MZK_W300NH_GPIO_LED_AP, .gpio = MZK_W300NH_GPIO_LED_AP_GREEN,
.active_low = 1,
}, { }, {
.name = "planex:green:router", .name = "planex:amber:aprouter",
.gpio = MZK_W300NH_GPIO_LED_ROUTER, .gpio = MZK_W300NH_GPIO_LED_AP_AMBER,
.active_low = 1,
} }
}; };