commit | 286ab723d4b83d37deb4017008ef1444a95cfb0d | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Jan 14 15:18:47 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 15 15:39:33 2014 -0800 |
tree | 8d0887e7d7e40da36b0ae919558fc07cbf810430 | |
parent | a53d34c3465b8a840f7400932ae1b0a9f9ed6bef [diff] |
etherdevice: Use ether_addr_copy to copy an Ethernet address Some systems can use the normally known u16 alignment of Ethernet addresses to save some code/text bytes and cycles. This does not change currently emitted code on x86 by gcc 4.8. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>