mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-20 00:09:43 +02:00
ar71xx: fix WLAN led for RB751U-2HnD and RB751G-2HnD
Patch by Kamil Trzciński <ayufan@osk-net.pl> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31846 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
e61440d8bd
commit
e9ac406967
@ -323,6 +323,8 @@ static void __init rb751_wlan_setup(void)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ap9x_pci_setup_wmac_led_pin(0, 9);
|
||||||
|
|
||||||
dec_size = decode_rle((char *) wmac_data->eeprom_data,
|
dec_size = decode_rle((char *) wmac_data->eeprom_data,
|
||||||
sizeof(wmac_data->eeprom_data),
|
sizeof(wmac_data->eeprom_data),
|
||||||
hardconfig + RB751_CALDATA_OFFSET);
|
hardconfig + RB751_CALDATA_OFFSET);
|
||||||
|
Loading…
Reference in New Issue
Block a user