ar71xx/cpe510: use second wifi calibration table

The cpe510 has two calibration tables. The first calibration
table requires to modify ath9k driver to work (patched tx gain table).

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
v19.07.3_mercusys_ac12_duma
Alexander Couzens 8 years ago committed by Felix Fietkau
parent c5ff273d85
commit bf27ac019c

@ -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(0x1fff1000);
u8 *ee = (u8 *) KSEG1ADDR(0x1fff5000);
cpe_setup(mac);

Loading…
Cancel
Save