bonding: use ethtool for link checking first
authorJiri Pirko <jpirko@redhat.com>
Fri, 24 Apr 2009 01:58:23 +0000 (01:58 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 27 Apr 2009 09:57:44 +0000 (02:57 -0700)
commit29112f4e248ca6941f2233f6ed96a7283a67cced
treec533716f26da78d791089598504f6d7900c3b7c4
parent434e7b0d12f4e2de6686841a42bd344325b4d756
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>
drivers/net/bonding/bond_main.c