From: Michał Mirosław Date: Tue, 22 Feb 2011 16:52:28 +0000 (+0000) Subject: net: avoid initial "Features changed" message X-Git-Tag: v2.6.39-rc1~468^2~279 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14d1232f490c1c696582909fb3b69e67a8d38a34;p=pandora-kernel.git net: avoid initial "Features changed" message Avoid "Features changed" message and ndo_set_features call on device registration caused by automatic enabling of GSO and GRO. Driver should have enabled hardware offloads it set in features, so the ndo_set_features() is not needed at registration time. Signed-off-by: Michał Mirosław Signed-off-by: David S. Miller --- Reading git-diff-tree failed