From: Michał Mirosław Date: Wed, 30 Mar 2011 23:58:08 +0000 (+0000) Subject: net: Fix dev dev_ethtool_get_rx_csum() for forced NETIF_F_RXCSUM X-Git-Tag: v2.6.39-rc2~7^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd5ffe4fc36128dc86568ddeaeae359e6037762;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed