]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - net/wireless/nl80211.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec
[mirror_ubuntu-bionic-kernel.git] / net / wireless / nl80211.c
index bb16f1ec766ead1e65fb6e4196a4278ff09a67a3..a0e1951227fab1297ee8929dddb3a4a911ef2a56 100644 (file)
@@ -6291,7 +6291,7 @@ static int nl80211_send_regdom(struct sk_buff *msg, struct netlink_callback *cb,
        if (!hdr)
                return -1;
 
-       genl_dump_check_consistent(cb, hdr, &nl80211_fam);
+       genl_dump_check_consistent(cb, hdr);
 
        if (nl80211_put_regdom(regdom, msg))
                goto nla_put_failure;
@@ -7722,7 +7722,7 @@ static int nl80211_send_bss(struct sk_buff *msg, struct netlink_callback *cb,
        if (!hdr)
                return -1;
 
-       genl_dump_check_consistent(cb, hdr, &nl80211_fam);
+       genl_dump_check_consistent(cb, hdr);
 
        if (nla_put_u32(msg, NL80211_ATTR_GENERATION, rdev->bss_generation))
                goto nla_put_failure;