From: Toshiaki Makita Date: Fri, 27 Mar 2015 05:31:12 +0000 (+0900) Subject: net: Move check for multiple vlans to drivers X-Git-Tag: omap-for-v4.2/o2_dc~131^2~122^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb65d00086bfba22bac87ff18b751432fc74003;p=pandora-kernel.git net: Move check for multiple vlans to drivers To allow drivers to handle the features check for multiple tags, move the check to ndo_features_check(). As no drivers currently handle multiple tagged TSO, introduce dflt_features_check() and call it if the driver does not have ndo_features_check(). Signed-off-by: Toshiaki Makita Signed-off-by: David S. Miller --- Reading git-diff-tree failed