aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/unicast.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/batman-adv/unicast.c')
-rw-r--r--net/batman-adv/unicast.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/batman-adv/unicast.c b/net/batman-adv/unicast.c
index 6117100c292c..894c6a416dac 100644
--- a/net/batman-adv/unicast.c
+++ b/net/batman-adv/unicast.c
@@ -310,8 +310,7 @@ find_router:
310 * - if orig_node is NULL it returns NULL 310 * - if orig_node is NULL it returns NULL
311 * - increases neigh_nodes refcount if found. 311 * - increases neigh_nodes refcount if found.
312 */ 312 */
313 neigh_node = find_router(bat_priv, orig_node, NULL); 313 neigh_node = batadv_find_router(bat_priv, orig_node, NULL);
314
315 if (!neigh_node) 314 if (!neigh_node)
316 goto out; 315 goto out;
317 316