diff options
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r-- | net/batman-adv/routing.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h index ea15fa6302ad..55d637a90621 100644 --- a/net/batman-adv/routing.h +++ b/net/batman-adv/routing.h | |||
@@ -30,8 +30,8 @@ int batadv_recv_icmp_packet(struct sk_buff *skb, | |||
30 | struct batadv_hard_iface *recv_if); | 30 | struct batadv_hard_iface *recv_if); |
31 | int batadv_recv_unicast_packet(struct sk_buff *skb, | 31 | int batadv_recv_unicast_packet(struct sk_buff *skb, |
32 | struct batadv_hard_iface *recv_if); | 32 | struct batadv_hard_iface *recv_if); |
33 | int batadv_recv_ucast_frag_packet(struct sk_buff *skb, | 33 | int batadv_recv_frag_packet(struct sk_buff *skb, |
34 | struct batadv_hard_iface *recv_if); | 34 | struct batadv_hard_iface *iface); |
35 | int batadv_recv_bcast_packet(struct sk_buff *skb, | 35 | int batadv_recv_bcast_packet(struct sk_buff *skb, |
36 | struct batadv_hard_iface *recv_if); | 36 | struct batadv_hard_iface *recv_if); |
37 | int batadv_recv_tt_query(struct sk_buff *skb, | 37 | int batadv_recv_tt_query(struct sk_buff *skb, |