[LEDE-DEV] [PATCH 2/2] [RFC] ar71xx/cpe510: use second wifi calibration table

John Crispin john at phrozen.org
Sun May 22 22:51:16 PDT 2016



On 23/05/2016 03:23, Alexander Couzens wrote:
> The cpe510 has two calibration tables. The first calibration
> table requires to modify ath9k driver to work (patched tx gain table).
> 

Hi,

why is this a RFC ? i am failing to see what we should comment on

	John


> Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
> ---
>  target/linux/ar71xx/files/arch/mips/ath79/mach-cpe510.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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 74daf43..875589d 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);
>  
> 



More information about the Lede-dev mailing list