mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 07:46:48 +00:00
ar71xx: fix WLAN led for RB751U-2HnD and RB751G-2HnD
Patch by Kamil Trzciński <ayufan@osk-net.pl> SVN-Revision: 31846
This commit is contained in:
parent
758f670376
commit
013f434f5b
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user