commit | 05ffb3e287dfa8ad9fdf29089837b54bc6473303 | [log] [tgz] |
---|---|---|
author | Bjørn Mork <bjorn@mork.no> | Sun Mar 01 20:45:40 2009 -0800 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 01 20:45:40 2009 -0800 |
tree | 8206ab8731a7324e869244b4934c08349444ce7e | |
parent | 2cf48a10aa1f45c7b1f1117a829f2f8a1a1309e2 [diff] |
usbnet: make usbnet_get_link() fall back to ethtool_op_get_link() Make usbnet_get_link() fall back to ethtool_op_get_link() instead of defaulting to 1. This makes usbnet_get_link return valid results without the need for a driver specific check_connect or mii ops as long as the driver calls netif_carrier_{on,off}() as appropriate. cdc_ether is an example of such a driver. Signed-off-by: Bjørn Mork <bjorn@mork.no> Signed-off-by: David S. Miller <davem@davemloft.net>