Skip to content

Commit

Permalink
ENGR00320136 net: fec: fix rcv is not last issue when do suspend/resu…
Browse files Browse the repository at this point in the history
…me test

When do suspend/resume stress test, some log shows "rcv is not +last".
The issue is that enet suspend will disable phy clock, phy link down,
after resume back, enet MAC redo initial and ready to tx/rx packet,
but phy still is not ready which is doing auto-negotiation. When phy
link is not up, don't schdule napi soft irq.

(cherry-picked from commit 61b16b3)

Signed-off-by: Fugang Duan <B38611@freescale.com>
  • Loading branch information
Fugang Duan authored and mk01 committed Oct 18, 2015
1 parent df09d17 commit cbc28c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/freescale/fec_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
* Bug fixes and cleanup by Philippe De Muyter (phdm@macqel.be)
* Copyright (c) 2004-2006 Macq Electronique SA.
*
* Copyright (C) 2010-2014 Freescale Semiconductor, Inc.
* Copyright (C) 2010-2015 Freescale Semiconductor, Inc.
*/

#include <linux/module.h>
Expand Down

0 comments on commit cbc28c9

Please sign in to comment.