]> git.karo-electronics.de Git - karo-tx-linux.git/commit
sh: sh_eth: Add support ethtool
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Tue, 15 Feb 2011 21:17:32 +0000 (21:17 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Feb 2011 18:10:09 +0000 (10:10 -0800)
commitdc19e4e5e02fb6b46cccb08b2735e38b997a6ddf
tree715d1a105d4b42201ea5f6466a3a89b4d97b8c52
parent59ed5aba9ca1c799e272b352d5d2d7fe12bd32e8
sh: sh_eth: Add support ethtool

This commit supports following functions.
  - get_settings
  - set_settings
  - nway_reset
  - get_msglevel
  - set_msglevel
  - get_link
  - get_strings
  - get_ethtool_stats
  - get_sset_count

About other function, the device does not support.

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/sh_eth.c