Hello dear reviewers,

On Sun, Nov 03, 2019 at 02:32:47PM +0300, Paul Fertser wrote:
> +                     mac: partition@3b0000 {
> +                             reg = <0x3b0000 0x10000>;
> +                             label = "mac";
> +                             read-only;
> +                     };
> +
> +                     lp: partition@3c0000 {
> +                             reg = <0x3c0000 0x30000>;
> +                             label = "lp";
> +                             read-only;
> +                     };

These two I'm not sure about. They do not seem to contain anything
useful but I haven't checked running vendor firmware. They waste 256
KiB of precious flash space.

> +     ath9k: wifi@0,0 {
> +             compatible = "pci168c,002b";

This is a weird node. It doesn't match (actual PID is 0x002e) and yet
the driver loads and works. Probably it shouldn't be used at all?

> +     dlink,dir-615-e4)
> +             caldata_extract "art" 0x1000 0x1000
> +             ath9k_patch_mac_crc $(mtd_get_mac_ascii "nvram" "lan_mac") 0x10c

lan mac seems to be used for wlan as is (without +1/-1) by ar71xx
code.

-- 
Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software!
mailto:fercer...@gmail.com

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to