]> git.proxmox.com Git - mirror_ubuntu-eoan-kernel.git/blobdiff - net/dsa/tag_dsa.c
dsa: Move tagger name into its ops structure
[mirror_ubuntu-eoan-kernel.git] / net / dsa / tag_dsa.c
index fdaf850831e2bff8aa711259fc66f5d6534cc4e9..e1c90709de6cc501c97bcae17a279cd43a979677 100644 (file)
@@ -151,6 +151,7 @@ static int dsa_tag_flow_dissect(const struct sk_buff *skb, __be16 *proto,
 }
 
 const struct dsa_device_ops dsa_netdev_ops = {
+       .name   = "dsa",
        .xmit   = dsa_xmit,
        .rcv    = dsa_rcv,
        .flow_dissect   = dsa_tag_flow_dissect,