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: Sebastian Kemper <sebastian_ml@gmx.net>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38482 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2013-10-20 15:59:04 +00:00
parent 12e67a1bef
commit 5e0fa86ef1
1 changed files with 1 additions and 2 deletions

View File

@ -217,8 +217,7 @@ static void __init dir825c1_setup(void)
ath79_register_leds_gpio(-1, ARRAY_SIZE(dir825c1_leds_gpio),
dir825c1_leds_gpio);
ap9x_pci_setup_wmac_led_pin(0, 13);
ap9x_pci_setup_wmac_led_pin(1, 32);
ap9x_pci_setup_wmac_led_pin(0, 0);
dir825c1_generic_setup();
}