]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit21834305a629169441ebd2ff60ea7eeee7ca9f6e
treee07baa50f459b227eff6aa0dfbb6041f501bfb90
parent0be93bdc52ac156b2354e88a464c922857f71276
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