aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r--net/batman-adv/routing.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h
index 8920d0b1056c..8fa23fcf25f0 100644
--- a/net/batman-adv/routing.h
+++ b/net/batman-adv/routing.h
@@ -44,7 +44,7 @@ int batadv_recv_unhandled_unicast_packet(struct sk_buff *skb,
44struct batadv_neigh_node * 44struct batadv_neigh_node *
45batadv_find_router(struct batadv_priv *bat_priv, 45batadv_find_router(struct batadv_priv *bat_priv,
46 struct batadv_orig_node *orig_node, 46 struct batadv_orig_node *orig_node,
47 const struct batadv_hard_iface *recv_if); 47 struct batadv_hard_iface *recv_if);
48int batadv_window_protected(struct batadv_priv *bat_priv, int32_t seq_num_diff, 48int batadv_window_protected(struct batadv_priv *bat_priv, int32_t seq_num_diff,
49 unsigned long *last_reset); 49 unsigned long *last_reset);
50 50