aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/routing.h
diff options
context:
space:
mode:
authorSven Eckelmann <sven@narfation.org>2012-06-05 16:31:30 -0400
committerAntonio Quartulli <ordex@autistici.org>2012-07-01 16:47:21 -0400
commit96412690116afcc1b2705615b5a7c8dc6c5e905f (patch)
tree0eb2a1a557e2997175b27f3ab925bbdc29ece54d /net/batman-adv/routing.h
parentb4d66b877bc21ce907938bfd027dfe016617fac0 (diff)
batman-adv: Prefix packet structs with batadv_
Reported-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Sven Eckelmann <sven@narfation.org>
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 c3fd219e8e53..ead4ae055776 100644
--- a/net/batman-adv/routing.h
+++ b/net/batman-adv/routing.h
@@ -43,7 +43,7 @@ void batadv_bonding_candidate_add(struct orig_node *orig_node,
43 struct neigh_node *neigh_node); 43 struct neigh_node *neigh_node);
44void batadv_bonding_save_primary(const struct orig_node *orig_node, 44void batadv_bonding_save_primary(const struct orig_node *orig_node,
45 struct orig_node *orig_neigh_node, 45 struct orig_node *orig_neigh_node,
46 const struct batman_ogm_packet 46 const struct batadv_ogm_packet
47 *batman_ogm_packet); 47 *batman_ogm_packet);
48int batadv_window_protected(struct bat_priv *bat_priv, int32_t seq_num_diff, 48int batadv_window_protected(struct bat_priv *bat_priv, int32_t seq_num_diff,
49 unsigned long *last_reset); 49 unsigned long *last_reset);