aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.h
diff options
context:
space:
mode:
authorSimon Wunderlich <simon.wunderlich@s2003.tu-chemnitz.de>2012-01-22 14:00:18 -0500
committerAntonio Quartulli <ordex@autistici.org>2012-04-11 08:28:58 -0400
commita7f6ee9493677ba40625d810258de5bd521cc1b0 (patch)
tree6635b87289ae083a466f14d2c9aed4bb20adae34 /net/batman-adv/routing.h
parent8681a1c4dd258c573e80b4a7af7e7127770b67a8 (diff)
batman-adv: remove old bridge loop avoidance code
The functionality is to be replaced by an improved implementation, so first clean up. Signed-off-by: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r--net/batman-adv/routing.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h
index 92ac100d83da..3d729cb17113 100644
--- a/net/batman-adv/routing.h
+++ b/net/batman-adv/routing.h
@@ -25,7 +25,6 @@
25void slide_own_bcast_window(struct hard_iface *hard_iface); 25void slide_own_bcast_window(struct hard_iface *hard_iface);
26void update_route(struct bat_priv *bat_priv, struct orig_node *orig_node, 26void update_route(struct bat_priv *bat_priv, struct orig_node *orig_node,
27 struct neigh_node *neigh_node); 27 struct neigh_node *neigh_node);
28int route_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if);
29int recv_icmp_packet(struct sk_buff *skb, struct hard_iface *recv_if); 28int recv_icmp_packet(struct sk_buff *skb, struct hard_iface *recv_if);
30int recv_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if); 29int recv_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if);
31int recv_ucast_frag_packet(struct sk_buff *skb, struct hard_iface *recv_if); 30int recv_ucast_frag_packet(struct sk_buff *skb, struct hard_iface *recv_if);