]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
batman-adv: drop useless argument seqno in neighbor creation
authorAntonio Quartulli <antonio@open-mesh.com>
Mon, 25 Mar 2013 12:49:46 +0000 (13:49 +0100)
committerAntonio Quartulli <ordex@autistici.org>
Wed, 29 May 2013 00:44:53 +0000 (02:44 +0200)
commit863dd7a82a2fba3e1a094c3d10a9cc8d1afd10d6
treefc98b3f0d7a44efe954146e9420cc0e14f3b6be0
parent93178018eb35aaa6ebcb5a136dce7eb3add011ab
batman-adv: drop useless argument seqno in neighbor creation

the sequence number is not stored in struct neigh_node,
therefore there is no need to pass such value to the
neigh_node creation procedure.

At the moment the value is only used by a debug message, but
given the fact that the seqno is not related to the neighbor
object, it is better to print it elsewhere.

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