diff options
author | Sven Eckelmann <sven@narfation.org> | 2021-06-01 23:52:48 +0200 |
---|---|---|
committer | Simon Wunderlich <sw@simonwunderlich.de> | 2021-06-02 22:25:45 +0200 |
commit | 170258ce1c71dc4e03d5cb92b5f03cfb01941514 (patch) | |
tree | b86b4ac09d03e04dfae1347fa61230dfed111211 /net/lapb/lapb_iface.c | |
parent | fa205602d46e0b66c0c90672bce8b36e5de449df (diff) | |
download | linux-170258ce1c71dc4e03d5cb92b5f03cfb01941514.tar.gz linux-170258ce1c71dc4e03d5cb92b5f03cfb01941514.tar.bz2 linux-170258ce1c71dc4e03d5cb92b5f03cfb01941514.zip |
batman-adv: Don't manually reattach hard-interface
The batadv_hardif_enable_interface is now only called from the callback
ndo_add_slave. This callback is only used by do_set_master in the rtnetlink
code which only does two things:
1. remove the net_device from its old master
2. add the net_device to its new batadv master
The code to replicate the first step in batman-adv is therefore unused
since the sysfs code was dropped.
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions