projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
529d6da
)
e1000e: fail when try to setup unsupported features
author
Stanislaw Gruszka
<sgruszka@redhat.com>
Sun, 27 Jun 2010 23:26:23 +0000
(23:26 +0000)
committer
David S. Miller
<davem@davemloft.net>
Tue, 29 Jun 2010 07:53:25 +0000
(
00:53
-0700)
Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/e1000e/ethtool.c
patch
|
blob
|
history
diff --git
a/drivers/net/e1000e/ethtool.c
b/drivers/net/e1000e/ethtool.c
index 77c5829ab945a3e70329a38204cf7289a32ddb07..6355a1b779d3e7f0833c7cd6e96e23b3c9671fc9 100644
(file)
--- a/
drivers/net/e1000e/ethtool.c
+++ b/
drivers/net/e1000e/ethtool.c
@@
-2051,7
+2051,6
@@
static const struct ethtool_ops e1000_ethtool_ops = {
.get_coalesce = e1000_get_coalesce,
.set_coalesce = e1000_set_coalesce,
.get_flags = ethtool_op_get_flags,
- .set_flags = ethtool_op_set_flags,
};
void e1000e_set_ethtool_ops(struct net_device *netdev)