]> git.baikalelectronics.ru Git - kernel.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)
commit278047b57dd4c0a4b18f97411e385cf57854f6b8
tree715d1a105d4b42201ea5f6466a3a89b4d97b8c52
parentb896a24810e1123c743137349075130f8c129a8a
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