diff options
Diffstat (limited to 'net/batman-adv/routing.c')
-rw-r--r-- | net/batman-adv/routing.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/routing.c b/net/batman-adv/routing.c index b8c47dcb5853..86d444a87bde 100644 --- a/net/batman-adv/routing.c +++ b/net/batman-adv/routing.c | |||
@@ -35,7 +35,7 @@ static int batadv_route_unicast_packet(struct sk_buff *skb, | |||
35 | void batadv_slide_own_bcast_window(struct hard_iface *hard_iface) | 35 | void batadv_slide_own_bcast_window(struct hard_iface *hard_iface) |
36 | { | 36 | { |
37 | struct bat_priv *bat_priv = netdev_priv(hard_iface->soft_iface); | 37 | struct bat_priv *bat_priv = netdev_priv(hard_iface->soft_iface); |
38 | struct hashtable_t *hash = bat_priv->orig_hash; | 38 | struct batadv_hashtable *hash = bat_priv->orig_hash; |
39 | struct hlist_node *node; | 39 | struct hlist_node *node; |
40 | struct hlist_head *head; | 40 | struct hlist_head *head; |
41 | struct orig_node *orig_node; | 41 | struct orig_node *orig_node; |