On Monday, June 11, 2012 05:58:51 Sven Eckelmann wrote:
The "bat_" prefix in the source files implementing the batman-adv sysfs and debugfs interface doesn't have a special meaning and are only used by these files and files that implement the actual B.A.T.M.A.N. path finding algorithm.
The prefix is better suited to mark files that are used to implement the main part of the path finding. All other files should not use it and therefore gets renamed.
Signed-off-by: Sven Eckelmann sven@narfation.org
Makefile.kbuild | 4 ++-- bat_debugfs.c => debugfs.c | 2 +- bat_debugfs.h => debugfs.h | 0 gateway_client.c | 2 +- hard-interface.c | 2 +- main.c | 4 ++-- soft-interface.c | 4 ++-- bat_sysfs.c => sysfs.c | 2 +- bat_sysfs.h => sysfs.h | 0 9 files changed, 10 insertions(+), 10 deletions(-) rename bat_debugfs.c => debugfs.c (99%) rename bat_debugfs.h => debugfs.h (100%) rename bat_sysfs.c => sysfs.c (99%) rename bat_sysfs.h => sysfs.h (100%)
Applied in revision 80135a8.
Thanks, Marek