commit | 8cb65d00086bfba22bac87ff18b751432fc74003 | [log] [tgz] |
---|---|---|
author | Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp> | Fri Mar 27 14:31:12 2015 +0900 |
committer | David S. Miller <davem@davemloft.net> | Sun Mar 29 13:33:22 2015 -0700 |
tree | 93911010d1ed7f433b57456af85680c13bf227f8 | |
parent | f5a7fb88e1f82542ca14ba93a1d4fa35471c60ca [diff] |
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 <makita.toshiaki@lab.ntt.co.jp> Signed-off-by: David S. Miller <davem@davemloft.net>