batman-adv: move bat_algo functions into a separate file
authorSven Eckelmann <sven@narfation.org>
Sun, 15 May 2016 09:07:44 +0000 (11:07 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Thu, 30 Jun 2016 08:29:43 +0000 (10:29 +0200)
commit01d350d14712d1e8dbf2b00c82d2fc7c48d34e04
tree0d96722cd01fd8a955d378d8f0464ee12253f957
parent1f8dce4992d03fc15cfbaf67cd09f0d1648c4606
batman-adv: move bat_algo functions into a separate file

The bat_algo functionality in main.c is mostly unrelated to the rest of the
content. It still takes up a large portion of this source file (~15%, 103
lines). Moving it to a separate file makes it better visible as a main
component of the batman-adv implementation and hides it less in the other
helper functions in main.c.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/Makefile
net/batman-adv/bat_algo.c [new file with mode: 0644]
net/batman-adv/bat_algo.h
net/batman-adv/bat_v_ogm.c
net/batman-adv/debugfs.c
net/batman-adv/main.c
net/batman-adv/main.h
net/batman-adv/originator.c
net/batman-adv/routing.c
net/batman-adv/soft-interface.c
net/batman-adv/translation-table.c