commit | 863dd7a82a2fba3e1a094c3d10a9cc8d1afd10d6 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <antonio@open-mesh.com> | Mon Mar 25 13:49:46 2013 +0100 |
committer | Antonio Quartulli <ordex@autistici.org> | Wed May 29 02:44:53 2013 +0200 |
tree | fc98b3f0d7a44efe954146e9420cc0e14f3b6be0 | |
parent | 93178018eb35aaa6ebcb5a136dce7eb3add011ab [diff] |
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>