e1000e: reorganize PHY and flow control interface
authorJeff Kirsher <jeffrey.t.kirsher@intel.com>
Fri, 28 Mar 2008 16:15:16 +0000 (09:15 -0700)
committerJeff Garzik <jeff@garzik.org>
Sat, 29 Mar 2008 02:15:00 +0000 (22:15 -0400)
This reorganization moves the PHY status into a separate
struct. Flow Control setup is moved into this struct as well
and frame size away from here into the adapter struct where its
inly use is.

The post-link-up code is now a separate function and moved out
of the watchdog function itself. This allows us to track the
es2lan restart issue a bit easier.

Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Signed-off-by: Bruce Allan <bruce.w.allan@intel.com>
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>

No differences found