mlx4_en: Fix loss of promiscuity
authorHerbert Xu <herbert@gondor.apana.org.au>
Sun, 27 Mar 2011 01:01:26 +0000 (01:01 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Mar 2011 06:35:06 +0000 (23:35 -0700)
commitb5845f9834d8f4c79d324bc59b99dbcf0a40f428
tree40f10df37db8b265cce4524dbe616688cbb701ee
parent6303e6e8da770e62a4d38f7206fe046514276d14
mlx4_en: Fix loss of promiscuity

The mlx4_en driver uses the combination stop_port/start_port
in a number of places.  Unfortunately that causes any promiscuous
mode settings on the hardware to be lost.

This patch fixes that problem.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/mlx4/en_netdev.c