commit | 29112f4e248ca6941f2233f6ed96a7283a67cced | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jpirko@redhat.com> | Fri Apr 24 01:58:23 2009 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Apr 27 02:57:44 2009 -0700 |
tree | c533716f26da78d791089598504f6d7900c3b7c4 | |
parent | 434e7b0d12f4e2de6686841a42bd344325b4d756 [diff] |
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 <jpirko@redhat.com> drivers/net/bonding/bond_main.c | 26 ++++++++++++-------------- 1 files changed, 12 insertions(+), 14 deletions(-) Signed-off-by: David S. Miller <davem@davemloft.net>