batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}
authorSven Eckelmann <sven@narfation.org>
Sun, 10 Jun 2012 21:58:51 +0000 (23:58 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Sun, 1 Jul 2012 20:47:22 +0000 (22:47 +0200)
commitb706b13b6cfde22d1f4adc540fd89426247c1e3e
treec729d6580d4a249f97317f210078b30db821c8cb
parenta8a0a62d1f173620f150830db437ddd65a103d49
batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}

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>
net/batman-adv/Makefile
net/batman-adv/debugfs.c [moved from net/batman-adv/bat_debugfs.c with 99% similarity]
net/batman-adv/debugfs.h [moved from net/batman-adv/bat_debugfs.h with 100% similarity]
net/batman-adv/gateway_client.c
net/batman-adv/hard-interface.c
net/batman-adv/main.c
net/batman-adv/soft-interface.c
net/batman-adv/sysfs.c [moved from net/batman-adv/bat_sysfs.c with 99% similarity]
net/batman-adv/sysfs.h [moved from net/batman-adv/bat_sysfs.h with 100% similarity]