From: Steve Glendinning Date: Tue, 16 Dec 2008 10:00:48 +0000 (-0800) Subject: net: Refactor full duplex flow control resolution X-Git-Tag: v2.6.29-rc1~581^2~165 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc02ff95fe4ebd3e5ee7455c0aa6f76ebe39ebca;p=pandora-kernel.git net: Refactor full duplex flow control resolution These 4 drivers have identical full duplex flow control resolution functions. This patch changes them all to use one common function. The function in question decides whether a device should enable TX and RX flow control in a standard way (IEEE 802.3-2005 table 28B-3), so this should also be useful for other drivers. Signed-off-by: Steve Glendinning Signed-off-by: David S. Miller --- Reading git-diff-tree failed