Skip to content
Snippets Groups Projects
Commit 68e13de3 authored by Gabor Juhos's avatar Gabor Juhos
Browse files

ar71xx: fix WLAN 5 GHz LED init on dir-825-c1


Fixes the 5 GHz LED.

The same function has no effect on the 2.4 GHz LED at all, so we might
as well remove it.

Signed-off-by: default avatarSebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: default avatarGabor Juhos <juhosg@openwrt.org>

SVN-Revision: 38482
parent 39543ea6
No related merge requests found
...@@ -217,8 +217,7 @@ static void __init dir825c1_setup(void) ...@@ -217,8 +217,7 @@ static void __init dir825c1_setup(void)
ath79_register_leds_gpio(-1, ARRAY_SIZE(dir825c1_leds_gpio), ath79_register_leds_gpio(-1, ARRAY_SIZE(dir825c1_leds_gpio),
dir825c1_leds_gpio); dir825c1_leds_gpio);
ap9x_pci_setup_wmac_led_pin(0, 13); ap9x_pci_setup_wmac_led_pin(0, 0);
ap9x_pci_setup_wmac_led_pin(1, 32);
dir825c1_generic_setup(); dir825c1_generic_setup();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment