batman-adv: Drop implicit creation of batadv net_devices
authorSven Eckelmann <sven@narfation.org>
Tue, 1 Jun 2021 21:40:16 +0000 (23:40 +0200)
committerSimon Wunderlich <sw@simonwunderlich.de>
Wed, 2 Jun 2021 20:25:45 +0000 (22:25 +0200)
commitbf6b260b8a9654db99761cde74c6b16356b9b441
tree17da64e89fdbf5c817cf97452100560611a726f8
parent791ad7f5c17ea3d0887b94eed1e7812777f8e496
batman-adv: Drop implicit creation of batadv net_devices

The sysfs code in batman-adv was could create a new batadv interfaces on
demand when a string (interface name) was written to the
batman-adv/mesh_iface file. But the code no longer exists in the current
batman-adv codebase. The helper code to implement this behavior must be
considered as unused and can be dropped.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
net/batman-adv/hard-interface.c
net/batman-adv/soft-interface.c
net/batman-adv/soft-interface.h