]> www.infradead.org Git - users/jedix/linux-maple.git/commit
e1000: always call e1000_check_for_link() on e1000_ce4100 MACs.
authorNicolas Schichan <nschichan@freebox.fr>
Sat, 9 Jul 2011 00:24:18 +0000 (00:24 +0000)
committerJoe Jin <joe.jin@oracle.com>
Fri, 3 Feb 2012 01:16:03 +0000 (09:16 +0800)
commita2278bece360fb6d2d73670df8600ab8c53b1ee2
tree234dbd442b2db5523949785b494e84b446c8a48d
parent7cff152be723cb7ed75498d1cd31a7325a4f429e
e1000: always call e1000_check_for_link() on e1000_ce4100 MACs.

Interrupts about link lost or rx sequence errors are not reported by
the ce4100 hardware, leading to transitions from link UP to link DOWN
never being reported.

Signed-off-by: Nicolas Schichan <nschichan@freebox.fr>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
(cherry picked from commit 6d9e5130b96daa1656966f7271e8a0928b3906c4)

Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/e1000/e1000_main.c