On Wednesday 22 January 2014 00:42:11 Antonio Quartulli wrote:
On some architectures ether_addr_copy() is slightly faster than memcpy() therefore use the former when possible.
Signed-off-by: Antonio Quartulli antonio@meshcoding.com
bat_iv_ogm.c | 10 +++++----- bridge_loop_avoidance.c | 30 +++++++++++++++--------------- compat.h | 1 + distributed-arp-table.c | 4 ++-- fragmentation.c | 4 ++-- gateway_client.c | 2 +- icmp_socket.c | 11 ++++++----- main.c | 4 ++-- network-coding.c | 24 ++++++++++++------------ originator.c | 4 ++-- routing.c | 17 ++++++++--------- send.c | 8 ++++---- soft-interface.c | 8 ++++---- translation-table.c | 15 +++++++-------- 14 files changed, 71 insertions(+), 71 deletions(-)
Applied in revision 513b2d1.
Thanks, Marek