summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorStefan Wahren <stefan.wahren@i2se.com>2014-03-12 10:28:19 (GMT)
committerJiri Slaby <jslaby@suse.cz>2014-04-18 09:07:05 (GMT)
commita488bc7135f7bb3c4a716105bda1d119748f87b2 (patch)
tree3be331286453210465f68ea010ae48b8772989d1 /net
parent3f6f4a798fddeb5702de262e708ff7bddadb67fd (diff)
downloadlinux-fsl-qoriq-a488bc7135f7bb3c4a716105bda1d119748f87b2.tar.xz
eth: fec: Fix lost promiscuous mode after reconnecting cable
[ Upstream commit 84fe61821e4ebab6322eeae3f3c27f77f0031978 ] If the Freescale fec is in promiscuous mode and network cable is reconnected then the promiscuous mode get lost. The problem is caused by a too soon call of set_multicast_list to re-enable promisc mode. The FEC_R_CNTRL register changes are overwritten by fec_restart. This patch fixes this by moving the call behind the init of FEC_R_CNTRL register in fec_restart. Successful tested on a i.MX28 board. Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Jiri Slaby <jslaby@suse.cz>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions