On Saturday, May 12, 2012 19:48:58 Sven Eckelmann wrote:
All non-static symbols of batman-adv were prefixed with batadv_ to avoid collisions with other symbols of the kernel. Other symbols of batman-adv should use the same prefix to keep the naming scheme consistent.
Signed-off-by: Sven Eckelmann sven@narfation.org
bat_iv_ogm.c | 213 ++++++++++++++++++++++++----------------------- bat_sysfs.c | 8 +- bitarray.c | 10 +-- bridge_loop_avoidance.c | 165 ++++++++++++++++++------------------ distributed-arp-table.c | 79 +++++++++--------- gateway_client.c | 54 ++++++------ hard-interface.c | 4 +- icmp_socket.c | 12 +-- main.c | 8 +- main.h | 25 +++--- originator.c | 61 +++++++------- originator.h | 2 +- routing.c | 71 ++++++++-------- send.c | 12 +-- soft-interface.c | 4 +- translation-table.c | 149 +++++++++++++++++---------------- vis.c | 27 +++--- 17 files changed, 464 insertions(+), 440 deletions(-)
Applied in revision 033ae41.
Thanks, Marek