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>
lede-17.01
Alexander Couzens 2016-06-16 21:07:17 -07:00
parent 475e94b1d2
commit c2e0c41842
1 changed files with 1 additions and 1 deletions

View File

@ -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);