]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/net/nlmon.c
r8152: Add support for MAC address pass through on RTL8153-BD
[mirror_ubuntu-bionic-kernel.git] / drivers / net / nlmon.c
index c4b3362da4a2e33184b02dff0df3082b4d7e45e4..4b22955de1918f13923a4ab4ba584d8de7981308 100644 (file)
@@ -127,7 +127,8 @@ static void nlmon_setup(struct net_device *dev)
        dev->min_mtu = sizeof(struct nlmsghdr);
 }
 
-static int nlmon_validate(struct nlattr *tb[], struct nlattr *data[])
+static int nlmon_validate(struct nlattr *tb[], struct nlattr *data[],
+                         struct netlink_ext_ack *extack)
 {
        if (tb[IFLA_ADDRESS])
                return -EINVAL;