diff options
author | Linus Lüssing <linus.luessing@ascom.ch> | 2011-03-02 12:39:31 -0500 |
---|---|---|
committer | Marek Lindner <lindner_marek@yahoo.de> | 2011-03-05 06:52:08 -0500 |
commit | 7cefb149a6b0e4f7c5adfa27dcf285b729063848 (patch) | |
tree | 3b4d041fd21905286602c3319d94f591a344b8f3 /net/batman-adv/routing.h | |
parent | e6c10f433af9c98994c94a10ae862c152fcfb2a9 (diff) |
batman-adv: Remove unused hdr_size variable in route_unicast_packet()
Signed-off-by: Linus Lüssing <linus.luessing@ascom.ch>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net/batman-adv/routing.h')
-rw-r--r-- | net/batman-adv/routing.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/batman-adv/routing.h b/net/batman-adv/routing.h index 5efceaf4b978..b5a064c88a4f 100644 --- a/net/batman-adv/routing.h +++ b/net/batman-adv/routing.h | |||
@@ -30,8 +30,7 @@ void receive_bat_packet(struct ethhdr *ethhdr, | |||
30 | void update_routes(struct bat_priv *bat_priv, struct orig_node *orig_node, | 30 | void update_routes(struct bat_priv *bat_priv, struct orig_node *orig_node, |
31 | struct neigh_node *neigh_node, unsigned char *hna_buff, | 31 | struct neigh_node *neigh_node, unsigned char *hna_buff, |
32 | int hna_buff_len); | 32 | int hna_buff_len); |
33 | int route_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if, | 33 | int route_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if); |
34 | int hdr_size); | ||
35 | int recv_icmp_packet(struct sk_buff *skb, struct hard_iface *recv_if); | 34 | int recv_icmp_packet(struct sk_buff *skb, struct hard_iface *recv_if); |
36 | int recv_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if); | 35 | int recv_unicast_packet(struct sk_buff *skb, struct hard_iface *recv_if); |
37 | int recv_ucast_frag_packet(struct sk_buff *skb, struct hard_iface *recv_if); | 36 | int recv_ucast_frag_packet(struct sk_buff *skb, struct hard_iface *recv_if); |