From: Michał Mirosław Date: Tue, 15 Nov 2011 15:29:55 +0000 (+0000) Subject: net: ethtool: break association of ETH_FLAG_* with NETIF_F_* X-Git-Tag: v3.3-rc1~182^2~583 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=02b3a5524f6253113a46ebc283cc5ec392c34d7a;p=pandora-kernel.git net: ethtool: break association of ETH_FLAG_* with NETIF_F_* This is the only place left where dev->features are directly exposed to userspace. I know checkpatch.pl complains about __ethtool_{get,set}_flags(), but the code is easier to read this way. Signed-off-by: Michał Mirosław Acked-by: Ben Hutchings Signed-off-by: David S. Miller --- Reading git-diff-tree failed