ar71xx: fix WLAN led for RB751U-2HnD and RB751G-2HnD
authorGabor Juhos <juhosg@openwrt.org>
Wed, 23 May 2012 21:05:25 +0000 (21:05 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Wed, 23 May 2012 21:05:25 +0000 (21:05 +0000)
Patch by Kamil TrzciƄski <ayufan@osk-net.pl>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31846 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/files/arch/mips/ath79/mach-rb750.c

index 7a24b57..0115cb3 100644 (file)
@@ -323,6 +323,8 @@ static void __init rb751_wlan_setup(void)
                return;
        }
 
+       ap9x_pci_setup_wmac_led_pin(0, 9);
+
        dec_size = decode_rle((char *) wmac_data->eeprom_data,
                              sizeof(wmac_data->eeprom_data),
                              hardconfig + RB751_CALDATA_OFFSET);