batman-adv: remove useless find_router look up
authorSimon Wunderlich <simon@open-mesh.com>
Tue, 28 May 2013 09:49:47 +0000 (11:49 +0200)
committerAntonio Quartulli <antonio@meshcoding.com>
Sat, 12 Oct 2013 15:17:10 +0000 (17:17 +0200)
commit56a5ca8409072d9d982d0904f60a4a6096d2dec0
tree7e3a46b4033ea1d391420ffb53adf8464521fdbf
parent411d6ed93a5d0601980d3e5ce75de07c98e3a7de
batman-adv: remove useless find_router look up

This is not used anymore with the new fragmentation, and it might
actually mess up the bonding code because find_router() assumes it
is only called once per packet.

Signed-off-by: Simon Wunderlich <simon@open-mesh.com>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>
net/batman-adv/send.c