diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-10-20 15:59:04 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-10-20 15:59:04 +0000 |
commit | 68e13de37d2d173714c9908d622b3d9a13fa4ee2 (patch) | |
tree | 0cdb787665d042046389c2427982b69fd498e9e5 /target/linux/ar71xx/files | |
parent | 39543ea6fc4b7d55923e2910e74bec1be8c3720b (diff) | |
download | mtk-20170518-68e13de37d2d173714c9908d622b3d9a13fa4ee2.zip mtk-20170518-68e13de37d2d173714c9908d622b3d9a13fa4ee2.tar.gz mtk-20170518-68e13de37d2d173714c9908d622b3d9a13fa4ee2.tar.bz2 |
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>
SVN-Revision: 38482
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c index af9805a..9c4c1a8 100644 --- a/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c +++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-dir-825-c1.c @@ -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(); } |