On Mon, 14 Oct 2019 16:50:22 +0200
"Adrian Schmutzler" wrote:
Hello Adrian,
>
> Still, I would change the ambiguous label-mac-device to eth0, so it's
> unaffected if someone changes wmac MAC address setup later.
>
Sure, that's indeed safer and better solution. I will use that one.
Thanks!
Reg
Hi Michal,
> -Original Message-
> From: Michal Cieslakiewicz [mailto:michal.cieslakiew...@wp.pl]
> Sent: Freitag, 11. Oktober 2019 19:15
> To: Adrian Schmutzler
> Cc: openwrt-devel@lists.openwrt.org
> Subject: Re: [OpenWrt-Devel] [PATCH 1/2] ath79: add support for N
On Fri, 11 Oct 2019 14:58:03 +0200
"Adrian Schmutzler" wrote:
> Hi,
>
> > > Have you checked that there are no usable addresses in 0x1002 and
> > > 0x5006?
> > >
> > Yes, there are wireless addresses inside calibration data at
> > offsets you provided, and they are both equal to LAN MAC.
>
Hi,
> > Have you checked that there are no usable addresses in 0x1002 and
> > 0x5006?
> >
> Yes, there are wireless addresses inside calibration data at offsets you
> provided, and they are both equal to LAN MAC.
Okay, so for &wmac that would mean it should correctly read the address from
calibr
On Fri, 11 Oct 2019 12:20:04 +0200
"Adrian Schmutzler" wrote:
Hello Adrian,
> Hi,
>
> just some MAC related comments below:
>
> > @@ -403,6 +404,10 @@ ath79_setup_macs()
> > netgear,wndr3800)
> > lan_mac=$(macaddr_setbit_la "$(mtd_get_mac_binary
> > art 0x0)") ;;
> > + netgea
Hi,
just some MAC related comments below:
> @@ -403,6 +404,10 @@ ath79_setup_macs()
> netgear,wndr3800)
> lan_mac=$(macaddr_setbit_la "$(mtd_get_mac_binary art 0x0)")
> ;;
> + netgear,wndr4300)
> + lan_mac=$(mtd_get_mac_binary caldata 0x0)
> +
This patch adds ath79 support for Netgear WNDR4300.
Router was previously supported by ar71xx target only.
Note: device requires 'ar934x-nand' driver in kernel.
Specification
=
* Description: Netgear WNDR4300
* Loader: U-boot
* SOC: Atheros AR9344 (560 MHz)
* RAM: 128 MiB
* F