|
@@ -282,7 +282,7 @@ int batadv_socket_setup(struct bat_priv *bat_priv)
|
|
|
if (!bat_priv->debug_dir)
|
|
|
goto err;
|
|
|
|
|
|
- d = debugfs_create_file(ICMP_SOCKET, S_IFREG | S_IWUSR | S_IRUSR,
|
|
|
+ d = debugfs_create_file(BATADV_ICMP_SOCKET, S_IFREG | S_IWUSR | S_IRUSR,
|
|
|
bat_priv->debug_dir, bat_priv, &batadv_fops);
|
|
|
if (!d)
|
|
|
goto err;
|