net: implement dev_disable_lro() hw_features compatibility
authorMichał Mirosław <mirq-linux@rere.qmqm.pl>
Fri, 18 Mar 2011 16:56:34 +0000 (16:56 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Mar 2011 08:00:26 +0000 (01:00 -0700)
commit27660515a21bf913e3208ded3f27abd0529fae0e
treee07baa50f459b227eff6aa0dfbb6041f501bfb90
parent736561a01f11114146b1b7f82d486fa9c95828ef
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>
include/linux/ethtool.h
net/core/dev.c
net/core/ethtool.c