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:
parent
475e94b1d2
commit
c2e0c41842
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ static void __init cpe210_setup(void)
|
||||||
static void __init cpe510_setup(void)
|
static void __init cpe510_setup(void)
|
||||||
{
|
{
|
||||||
u8 *mac = (u8 *) KSEG1ADDR(0x1f830008);
|
u8 *mac = (u8 *) KSEG1ADDR(0x1f830008);
|
||||||
u8 *ee = (u8 *) KSEG1ADDR(0x1fff5000);
|
u8 *ee = (u8 *) KSEG1ADDR(0x1fff1000);
|
||||||
|
|
||||||
cpe_setup(mac);
|
cpe_setup(mac);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue