From: Simon Wunderlich Date: Wed, 13 Nov 2013 18:14:46 +0000 (+0100) Subject: batman-adv: split tq information in neigh_node struct X-Git-Tag: v3.14-rc1~94^2~203^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89652331c00f43574515059ecbf262d26d885717;p=pandora-kernel.git batman-adv: split tq information in neigh_node struct For the network wide multi interface optimization it is required to save metrics per outgoing interface in one neighbor. Therefore a new type is introduced to keep interface-specific information. This also requires some changes in access and list management. The compare and equiv_or_better API calls are changed to take the outgoing interface into consideration. Signed-off-by: Simon Wunderlich Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed