From: Martin Hundebøll Date: Sat, 20 Apr 2013 11:54:39 +0000 (+0200) Subject: batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.c X-Git-Tag: v3.11-rc1~16^2~267^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e91ecfc64ad691176be119e627e36cec8564f44b;p=pandora-kernel.git batman-adv: Move call to batadv_nc_skb_forward() from routing.c to send.c The call to batadv_nc_skb_forward() fits better in batadv_send_skb_to_orig(), as this is where the actual next hop is looked up. To let the caller of batadv_send_skb_to_orig() know wether the skb is transmitted, buffered or failed, the return value is changed from boolean to int. Signed-off-by: Martin Hundebøll Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed