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)
> +             wan_mac=$(mtd_get_mac_binary caldata 0x6)
> +             ;;

lan_mac should be removed here. You already set mtd-mac-address in dts.

> +&wmac {
> +     status = "okay";
> +
> +     mtd-mac-address = <&art 0x0>;
> +     qca,no-eeprom;
> +};
> +
> +&pcie {
> +     status = "okay";
> +
> +     ath9k: wifi@0,0 {
> +             compatible = "pci168c,0033";
> +             reg = <0x0000 0 0 0 0>;
> +             mtd-mac-address = <&art 0xc>;

This order of addresses looks a litte uncommon. Have you verified it against 
stock firmware?

lan art 0x0
wan art 0x6
2.4 GHz art 0x0
5 GHz art 0xc

Have you checked that there are no usable addresses in 0x1002 and 0x5006?

Best

Adrian

Attachment: openpgp-digital-signature.asc
Description: PGP signature

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to