From: Simon Wunderlich Date: Wed, 13 Nov 2013 18:14:47 +0000 (+0100) Subject: batman-adv: split out router from orig_node X-Git-Tag: v3.14-rc1~94^2~203^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7351a4822d42827ba0110677c0cbad88a3d52585;p=pandora-kernel.git batman-adv: split out router from orig_node For the network wide multi interface optimization there are different routers for each outgoing interface (outgoing from the OGM perspective, incoming for payload traffic). To reflect this, change the router and associated data to a list of routers. While at it, rename batadv_orig_node_get_router() to batadv_orig_router_get() to follow the new naming scheme. Signed-off-by: Simon Wunderlich Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed