mirror of https://github.com/hak5/openwrt-owl.git
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>owl
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…
Reference in New Issue