Files
kernel_xiaomi_sm8250/include/linux
Michał Mirosław 4dd5ffe4fc net: Fix dev dev_ethtool_get_rx_csum() for forced NETIF_F_RXCSUM
dev_ethtool_get_rx_csum() won't report rx checksumming when it's not
changeable and driver is converted to hw_features and friends. Fix this.

(dev->hw_features & NETIF_F_RXCSUM) check is dropped - if the
ethtool_ops->get_rx_csum is set, then driver is not coverted, yet.

Signed-off-by: Michał Mirosław <mirq-linux@rere.qmqm.pl>
Signed-off-by: David S. Miller <davem@davemloft.net>
2011-04-01 20:23:25 -07:00
..
2011-03-27 23:34:59 -07:00
2011-03-23 19:46:17 -07:00
2011-03-28 06:05:21 -04:00
2011-03-29 14:50:32 +02:00
2011-03-29 14:48:19 +02:00
2011-03-23 15:29:04 -04:00
2011-03-23 19:46:43 -07:00