diff options
Diffstat (limited to 'net/batman-adv/soft-interface.c')
-rw-r--r-- | net/batman-adv/soft-interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/soft-interface.c b/net/batman-adv/soft-interface.c index bea2dcf6bef5..95d1c3f86a66 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c | |||
@@ -414,7 +414,7 @@ end: | |||
414 | } | 414 | } |
415 | 415 | ||
416 | void interface_rx(struct net_device *soft_iface, | 416 | void interface_rx(struct net_device *soft_iface, |
417 | struct sk_buff *skb, struct batman_if *recv_if, | 417 | struct sk_buff *skb, struct hard_iface *recv_if, |
418 | int hdr_size) | 418 | int hdr_size) |
419 | { | 419 | { |
420 | struct bat_priv *bat_priv = netdev_priv(soft_iface); | 420 | struct bat_priv *bat_priv = netdev_priv(soft_iface); |