summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2016-05-23 03:23:54 +0200
committerFelix Fietkau <nbd@nbd.name>2016-05-23 13:39:50 +0200
commitbf27ac019c137e7baf90ca6ef0e40945ae871797 (patch)
tree2fe208e70719cab109e048622a5dfbadb509c189 /target/linux/ar71xx/files
parentc5ff273d85f69981e5b126eeaed3dee5b4061fb4 (diff)
downloadmaster-31e0f0ae-bf27ac019c137e7baf90ca6ef0e40945ae871797.tar.gz
master-31e0f0ae-bf27ac019c137e7baf90ca6ef0e40945ae871797.tar.bz2
master-31e0f0ae-bf27ac019c137e7baf90ca6ef0e40945ae871797.zip
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>
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c
index 74daf434e6..875589dde8 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c
+++ b/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);