From: Jiri Pirko Date: Fri, 24 Apr 2009 01:58:23 +0000 (+0000) Subject: bonding: use ethtool for link checking first X-Git-Tag: v2.6.31-rc1~330^2~551 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29112f4e248ca6941f2233f6ed96a7283a67cced;p=pandora-kernel.git bonding: use ethtool for link checking first This patch only changes the order of interfaces to use for checking slave link status in bond_check_dev_link() to priorize ethtool interface. Should safe some troubles as ethtool seems to be more supported. Jirka Signed-off-by: Jiri Pirko drivers/net/bonding/bond_main.c | 26 ++++++++++++-------------- 1 files changed, 12 insertions(+), 14 deletions(-) Signed-off-by: David S. Miller --- Reading git-diff-tree failed