commit | ace1520cb5fc2628aa3bbe426d4066d2806d951c | [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 | 5cf618ee60a752d058a767372ca1ecb8d9c09b16 [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>