commit | 9fceb22633694ca11df62285e52a6b3f80b06fdb | [log] [tgz] |
---|---|---|
author | oliver@schinagl.nl <oliver@schinagl.nl> | Fri Nov 25 16:38:34 2016 +0100 |
committer | Joe Hershberger <joe.hershberger@ni.com> | Sun Mar 26 09:40:57 2017 -0500 |
tree | 4cbbe27e9854890e54ff0926d17f851226e407d4 | |
parent | 55bab63ce020ef0e2aa72dfb62efaac973e5fe90 [diff] |
net: sunxi-emac: Write HW address via function Currently the mac address is programmed directly in _sunxi_emac_eth_init making it a one time inflexible operation. By moving it into a separate function, we can now use this more flexibly. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl> Acked-by: Joe Hershberger <joe.hershberger@ni.com>