diff options
author | Michał Mirosław <mirq-linux@rere.qmqm.pl> | 2011-03-18 16:56:34 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-03-22 01:00:26 -0700 |
commit | 27660515a21bf913e3208ded3f27abd0529fae0e (patch) | |
tree | e07baa50f459b227eff6aa0dfbb6041f501bfb90 /net/core/ethtool.c | |
parent | 736561a01f11114146b1b7f82d486fa9c95828ef (diff) | |
download | op-kernel-dev-27660515a21bf913e3208ded3f27abd0529fae0e.zip op-kernel-dev-27660515a21bf913e3208ded3f27abd0529fae0e.tar.gz |
net: implement dev_disable_lro() hw_features compatibility
Implement compatibility with new hw_features for dev_disable_lro().
This is a transition path - dev_disable_lro() should be later
integrated into netdev_fix_features() after all drivers are converted.
Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/ethtool.c')
-rw-r--r-- | net/core/ethtool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c index a1086fb..24bd574 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c @@ -513,7 +513,7 @@ static int ethtool_set_one_feature(struct net_device *dev, } } -static int __ethtool_set_flags(struct net_device *dev, u32 data) +int __ethtool_set_flags(struct net_device *dev, u32 data) { u32 changed; |