commit | 07fc67befd2e843da8ad01785d559d9c257d7fd4 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Jan 20 09:52:14 2014 -0800 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 21 18:13:04 2014 -0800 |
tree | 4bc5536df080fdf510273e2c1ec92569d6148f3e | |
parent | 70fccb7e34f029755a5371b6b786f8425c2f27a1 [diff] |
8021q: Use ether_addr_copy Use ether_addr_copy instead of memcpy(a, b, ETH_ALEN) to save some cycles on arm and powerpc. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>