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>
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user