]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/net/team/team.c
team: no need to do team_notify_peers or team_mcast_rejoin when disabling port
[mirror_ubuntu-bionic-kernel.git] / drivers / net / team / team.c
index 08fea350972e7a3e98561042eedc04c9496f36c4..9a6fb1158f65ee4fe011c0c70de077e53aa9dd04 100644 (file)
@@ -989,8 +989,6 @@ static void team_port_disable(struct team *team,
        team->en_port_count--;
        team_queue_override_port_del(team, port);
        team_adjust_ops(team);
-       team_notify_peers(team);
-       team_mcast_rejoin(team);
        team_lower_state_changed(port);
 }