diff options
Diffstat (limited to 'net/batman-adv/originator.h')
-rw-r--r-- | net/batman-adv/originator.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/batman-adv/originator.h b/net/batman-adv/originator.h index 3d7a39d4df0f..5cc011057da1 100644 --- a/net/batman-adv/originator.h +++ b/net/batman-adv/originator.h | |||
@@ -32,11 +32,11 @@ struct orig_node *get_orig_node(struct bat_priv *bat_priv, uint8_t *addr); | |||
32 | struct neigh_node *create_neighbor(struct orig_node *orig_node, | 32 | struct neigh_node *create_neighbor(struct orig_node *orig_node, |
33 | struct orig_node *orig_neigh_node, | 33 | struct orig_node *orig_neigh_node, |
34 | uint8_t *neigh, | 34 | uint8_t *neigh, |
35 | struct batman_if *if_incoming); | 35 | struct hard_iface *if_incoming); |
36 | void neigh_node_free_ref(struct neigh_node *neigh_node); | 36 | void neigh_node_free_ref(struct neigh_node *neigh_node); |
37 | int orig_seq_print_text(struct seq_file *seq, void *offset); | 37 | int orig_seq_print_text(struct seq_file *seq, void *offset); |
38 | int orig_hash_add_if(struct batman_if *batman_if, int max_if_num); | 38 | int orig_hash_add_if(struct hard_iface *hard_iface, int max_if_num); |
39 | int orig_hash_del_if(struct batman_if *batman_if, int max_if_num); | 39 | int orig_hash_del_if(struct hard_iface *hard_iface, int max_if_num); |
40 | 40 | ||
41 | 41 | ||
42 | /* returns 1 if they are the same originator */ | 42 | /* returns 1 if they are the same originator */ |