diff options
| author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-04-07 22:38:46 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2011-04-10 21:55:17 -0400 |
| commit | 4e01d2d1cac683477b539b40b7b4662d6a9c436f (patch) | |
| tree | c1fae3d590cc34358714782fb087a0e9b696e407 | |
| parent | 990078afbf90e0175e71da2df04595b99153514c (diff) | |
net: Remove invalid offloads
Remove offload changing ethtool ops which drivers don't really support:
- fs_enet
- ucc_geth
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/net/fs_enet/fs_enet-main.c | 2 | ||||
| -rw-r--r-- | drivers/net/ucc_geth_ethtool.c | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/fs_enet/fs_enet-main.c b/drivers/net/fs_enet/fs_enet-main.c index 24cb953900dd..a9388944f1d3 100644 --- a/drivers/net/fs_enet/fs_enet-main.c +++ b/drivers/net/fs_enet/fs_enet-main.c | |||
| @@ -956,8 +956,6 @@ static const struct ethtool_ops fs_ethtool_ops = { | |||
| 956 | .get_link = ethtool_op_get_link, | 956 | .get_link = ethtool_op_get_link, |
| 957 | .get_msglevel = fs_get_msglevel, | 957 | .get_msglevel = fs_get_msglevel, |
| 958 | .set_msglevel = fs_set_msglevel, | 958 | .set_msglevel = fs_set_msglevel, |
| 959 | .set_tx_csum = ethtool_op_set_tx_csum, /* local! */ | ||
| 960 | .set_sg = ethtool_op_set_sg, | ||
| 961 | .get_regs = fs_get_regs, | 959 | .get_regs = fs_get_regs, |
| 962 | }; | 960 | }; |
| 963 | 961 | ||
diff --git a/drivers/net/ucc_geth_ethtool.c b/drivers/net/ucc_geth_ethtool.c index 6f92e48f02d3..537fbc0a4401 100644 --- a/drivers/net/ucc_geth_ethtool.c +++ b/drivers/net/ucc_geth_ethtool.c | |||
| @@ -410,7 +410,6 @@ static const struct ethtool_ops uec_ethtool_ops = { | |||
| 410 | .set_ringparam = uec_set_ringparam, | 410 | .set_ringparam = uec_set_ringparam, |
| 411 | .get_pauseparam = uec_get_pauseparam, | 411 | .get_pauseparam = uec_get_pauseparam, |
| 412 | .set_pauseparam = uec_set_pauseparam, | 412 | .set_pauseparam = uec_set_pauseparam, |
| 413 | .set_sg = ethtool_op_set_sg, | ||
| 414 | .get_sset_count = uec_get_sset_count, | 413 | .get_sset_count = uec_get_sset_count, |
| 415 | .get_strings = uec_get_strings, | 414 | .get_strings = uec_get_strings, |
| 416 | .get_ethtool_stats = uec_get_ethtool_stats, | 415 | .get_ethtool_stats = uec_get_ethtool_stats, |
