Browse Source

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 <[email protected]>
Alexander Couzens 9 years ago
parent
commit
bf27ac019c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c

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