]> git.baikalelectronics.ru Git - kernel.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)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 22 Jul 2011 05:53:41 +0000 (22:53 -0700)
commitaa34cc961ee77d5689940f2ddd69485db33d2346
treead6b50802e9e59106b16afd53f17db4ae2115684
parent0b114602ea1c8e6550d9accaecf96f0a6a03fdc0
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>
drivers/net/e1000/e1000_main.c