|
|
@@ -725,7 +725,7 @@ static void batadv_hardif_remove_interface(struct batadv_hard_iface *hard_iface)
|
|
|
/* first deactivate interface */
|
|
|
if (hard_iface->if_status != BATADV_IF_NOT_IN_USE)
|
|
|
batadv_hardif_disable_interface(hard_iface,
|
|
|
- BATADV_IF_CLEANUP_AUTO);
|
|
|
+ BATADV_IF_CLEANUP_KEEP);
|
|
|
|
|
|
if (hard_iface->if_status != BATADV_IF_NOT_IN_USE)
|
|
|
return;
|