From: Michał Mirosław Date: Sat, 9 Apr 2011 02:46:55 +0000 (+0000) Subject: net: stmmac: convert to hw_features X-Git-Tag: v3.0-rc1~377^2~466 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e982f3bfdd5d063f8806a26c87843496a35d26b;p=pandora-kernel.git net: stmmac: convert to hw_features This also removes TSO as it's made fully in software --- better to leave this to networking core. If the MAC features can be detected at probe time and not at open, then stmmac_fix_features could be simplified by limiting hw_features. That's also better for users as they don't see offloads being togglable but never turned on. Redundant fallbacks for TX csum are removed as it's already handled by network core. Signed-off-by: Michał Mirosław Signed-off-by: David S. Miller --- Reading git-diff-tree failed