diff options
Diffstat (limited to 'drivers/net/ucc_geth_ethtool.c')
-rw-r--r-- | drivers/net/ucc_geth_ethtool.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ucc_geth_ethtool.c b/drivers/net/ucc_geth_ethtool.c index 6f92e48f02d..a97257f91a3 100644 --- a/drivers/net/ucc_geth_ethtool.c +++ b/drivers/net/ucc_geth_ethtool.c | |||
@@ -6,7 +6,7 @@ | |||
6 | * Author: Li Yang <leoli@freescale.com> | 6 | * Author: Li Yang <leoli@freescale.com> |
7 | * | 7 | * |
8 | * Limitation: | 8 | * Limitation: |
9 | * Can only get/set setttings of the first queue. | 9 | * Can only get/set settings of the first queue. |
10 | * Need to re-open the interface manually after changing some parameters. | 10 | * Need to re-open the interface manually after changing some parameters. |
11 | * | 11 | * |
12 | * This program is free software; you can redistribute it and/or modify it | 12 | * This program is free software; you can redistribute it and/or modify it |
@@ -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, |