linux/drivers/net/team
Xin Long 9cf2f437ca team: fix netconsole setup over team
The same fix in Commit dbe173079a ("bridge: fix netconsole
setup over bridge") is also needed for team driver.

While at it, remove the unnecessary parameter *team from
team_port_enable_netpoll().

v1->v2:
  - fix it in a better way, as does bridge.

Fixes: 0fb52a27a0 ("team: cleanup netpoll clode")
Reported-by: João Avelino Bellomo Filho <jbellomo@redhat.com>
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-04-24 09:36:21 -04:00
..
Kconfig
Makefile
team.c team: fix netconsole setup over team 2018-04-24 09:36:21 -04:00
team_mode_activebackup.c
team_mode_broadcast.c
team_mode_loadbalance.c
team_mode_random.c
team_mode_roundrobin.c