From: LEROY Christophe Date: Wed, 22 Oct 2014 07:05:47 +0000 (+0200) Subject: net: fs_enet: set back promiscuity mode after restart X-Git-Tag: omap-for-v3.19/fixes-not-urgent-part1~25^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8751b12cd93cc37337256f650e309b8364d40b35;p=pandora-kernel.git 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 Signed-off-by: Christophe Leroy Signed-off-by: David S. Miller --- Reading git-diff-tree failed