ar71xx: WPN824N: set WLAN LED name
Make use of ap9x_pci_setup_wmac_led_name() to set the name of the WLAN LED. Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> SVN-Revision: 49108
This commit is contained in:
parent
3c91d5a479
commit
38a48a9b42
1 changed files with 2 additions and 5 deletions
|
@ -173,7 +173,7 @@ static struct gpio_led wnr2000v3_wmac_leds_gpio[] = {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Blue WLAN LED for: WNR2000v3, WNR1000v2 */
|
/* Blue WLAN LED for: WNR2000v3, WNR1000v2, WPN824N */
|
||||||
static const char *wnr2000v3_wmac_led_name = "netgear:blue:wlan";
|
static const char *wnr2000v3_wmac_led_name = "netgear:blue:wlan";
|
||||||
|
|
||||||
static struct gpio_led wnr612v2_leds_gpio[] __initdata = {
|
static struct gpio_led wnr612v2_leds_gpio[] __initdata = {
|
||||||
|
@ -311,10 +311,6 @@ static struct gpio_led wpn824n_wmac_leds_gpio[] = {
|
||||||
.name = "netgear:green:power",
|
.name = "netgear:green:power",
|
||||||
.gpio = WPN824N_WGPIO_LED_PWR_GREEN,
|
.gpio = WPN824N_WGPIO_LED_PWR_GREEN,
|
||||||
.active_low = 1,
|
.active_low = 1,
|
||||||
}, {
|
|
||||||
.name = "netgear:blue:wlan",
|
|
||||||
.gpio = WPN824N_WGPIO_LED_WLAN_BLUE,
|
|
||||||
.active_low = 1,
|
|
||||||
}, {
|
}, {
|
||||||
.name = "netgear:blue:wps1",
|
.name = "netgear:blue:wps1",
|
||||||
.gpio = WPN824N_WGPIO_LED_WPS1_BLUE,
|
.gpio = WPN824N_WGPIO_LED_WPS1_BLUE,
|
||||||
|
@ -604,6 +600,7 @@ static void __init wpn824n_setup(void)
|
||||||
wpn824n_leds_gpio);
|
wpn824n_leds_gpio);
|
||||||
|
|
||||||
ap9x_pci_setup_wmac_led_pin(0, WPN824N_WGPIO_LED_WLAN_BLUE);
|
ap9x_pci_setup_wmac_led_pin(0, WPN824N_WGPIO_LED_WLAN_BLUE);
|
||||||
|
ap9x_pci_setup_wmac_led_name(0, wnr2000v3_wmac_led_name);
|
||||||
ap9x_pci_setup_wmac_leds(0, wpn824n_wmac_leds_gpio,
|
ap9x_pci_setup_wmac_leds(0, wpn824n_wmac_leds_gpio,
|
||||||
ARRAY_SIZE(wpn824n_wmac_leds_gpio));
|
ARRAY_SIZE(wpn824n_wmac_leds_gpio));
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue