net: fs_enet: set back promiscuity mode after restart
authorLEROY Christophe <christophe.leroy@c-s.fr>
Wed, 22 Oct 2014 07:05:47 +0000 (09:05 +0200)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Oct 2014 19:33:13 +0000 (15:33 -0400)
commit8751b12cd93cc37337256f650e309b8364d40b35
tree2bfbee572a02f0bf86800ebdeed4c0054bebacf5
parenta63ba13eec092b70d4e5522d692eaeb2f9747387
net: fs_enet: set back promiscuity mode after restart

After interface restart (eg: after link disconnection/reconnection), the bridge
function doesn't work anymore. This is due to the promiscuous mode being cleared
by the restart.

The mac-fcc already includes code to set the promiscuous mode back during the restart.
This patch adds the same handling to mac-fec and mac-scc.

Tested with bridge function on MPC885 with FEC.

Reported-by: Germain Montoies <germain.montoies@c-s.fr>
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fs_enet/mac-fec.c
drivers/net/ethernet/freescale/fs_enet/mac-scc.c