From: Jeff Kirsher Date: Fri, 28 Mar 2008 16:15:16 +0000 (-0700) Subject: e1000e: reorganize PHY and flow control interface X-Git-Tag: v2.6.26-rc1~1138^2~270^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=318a94d68979cbe9cc98a3050b4b7be2f08513c8;p=pandora-kernel.git e1000e: reorganize PHY and flow control interface 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 Signed-off-by: Bruce Allan Signed-off-by: Jesse Brandeburg Signed-off-by: Auke Kok Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed