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 a4b5e64bf0c7..9fd1925775c7 100644 --- a/net/batman-adv/soft-interface.c +++ b/net/batman-adv/soft-interface.c | |||
@@ -237,7 +237,7 @@ static int interface_tx(struct sk_buff *skb, struct net_device *soft_iface) | |||
237 | goto dropped; | 237 | goto dropped; |
238 | } | 238 | } |
239 | 239 | ||
240 | ret = unicast_send_skb(skb, bat_priv); | 240 | ret = batadv_unicast_send_skb(skb, bat_priv); |
241 | if (ret != 0) | 241 | if (ret != 0) |
242 | goto dropped_freed; | 242 | goto dropped_freed; |
243 | } | 243 | } |