Revert "ar71xx/cpe510: use second wifi calibration table"

Using the high power table can damage the device in some cases.

This reverts commit bf27ac019c.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
master
Alexander Couzens 8 years ago
parent 475e94b1d2
commit c2e0c41842
  1. 2
      target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c

@ -117,7 +117,7 @@ static void __init cpe210_setup(void)
static void __init cpe510_setup(void)
{
u8 *mac = (u8 *) KSEG1ADDR(0x1f830008);
u8 *ee = (u8 *) KSEG1ADDR(0x1fff5000);
u8 *ee = (u8 *) KSEG1ADDR(0x1fff1000);
cpe_setup(mac);

Loading…
Cancel
Save