batman-adv: make struct batadv_neigh_node algorithm agnostic
authorAntonio Quartulli <antonio@open-mesh.com>
Mon, 2 Sep 2013 10:15:01 +0000 (12:15 +0200)
committerAntonio Quartulli <antonio@meshcoding.com>
Wed, 23 Oct 2013 13:33:08 +0000 (15:33 +0200)
commit0538f7599157b7bdef1814472048de5351c4fd6d
tree993f541259033b13a2d7847a2c735baf653b2130
parent47d4ab91e4472723f181075c81627374ca86816c
batman-adv: make struct batadv_neigh_node algorithm agnostic

some of the fields in struct batadv_neigh_node are strictly
related to the B.A.T.M.A.N. IV algorithm. In order to
make the struct usable by any routing algorithm it has to be
split and made more generic

Signed-off-by: Antonio Quartulli <antonio@open-mesh.com>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
net/batman-adv/bat_iv_ogm.c
net/batman-adv/gateway_client.c
net/batman-adv/network-coding.c
net/batman-adv/originator.c
net/batman-adv/originator.h
net/batman-adv/routing.c
net/batman-adv/translation-table.c
net/batman-adv/types.h