From: Mark Einon Date: Sun, 25 Sep 2011 18:17:54 +0000 (+0100) Subject: staging: et131x: Remove et131x_check_mii() and move functionality into et131x_adjust_... X-Git-Tag: v3.2-rc1~169^2^2~355 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268420aa840ce6d5c18035ce6d7ebc4244b2cb1f;p=pandora-kernel.git staging: et131x: Remove et131x_check_mii() and move functionality into et131x_adjust_link() et131x_check_mii() is now only being called from et131x_adjust_link. Removed this call and associated subroutines, putting the functionality directly into et131x_adjust_link(), in preparation for further simplification. Changed register checks from bare BMSR checks to use phydev/netif versions, also now uses adapter->link to track link state changes. Signed-off-by: Mark Einon Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed