Skip to content
Commit 6b2c6e4a authored by Corinna Vinschen's avatar Corinna Vinschen Committed by Jakub Kicinski
Browse files

net: stmmac: propagate feature flags to vlan



stmmac_dev_probe doesn't propagate feature flags to VLANs.  So features
like offloading don't correspond with the general features and it's not
possible to manipulate features via ethtool -K to affect VLANs.

Propagate feature flags to vlan features.  Drop TSO feature because
it does not work on VLANs yet.

Signed-off-by: default avatarCorinna Vinschen <vinschen@redhat.com>
Link: https://lore.kernel.org/r/20230417192845.590034-1-vinschen@redhat.com
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 980f0799
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment