]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: make struct batadv_orig_node algorithm agnostic
authorAntonio Quartulli <antonio@open-mesh.com>
Mon, 2 Sep 2013 10:15:02 +0000 (12:15 +0200)
committerAntonio Quartulli <antonio@meshcoding.com>
Wed, 23 Oct 2013 13:33:09 +0000 (15:33 +0200)
commit3bd1b6572009db173f1de27bab6d71f2dcdf54b5
treeffd4dc090e76f278ff1c472363ff00293b562511
parent04ec1320be87b0b90fb44d28f90a4961d380ea0e
batman-adv: make struct batadv_orig_node algorithm agnostic

some of the struct batadv_orig_node members are B.A.T.M.A.N. IV
specific and therefore they are moved in a algorithm specific
substruct in order to make batadv_orig_node routing algorithm
agnostic

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/originator.c
net/batman-adv/originator.h
net/batman-adv/types.h