genetlink: pass family to functions using groups
[firefly-linux-kernel-4.4.55.git] / net / wimax / stack.c
index 6328afe9031940bcdf6954f32b4615b50aea66d5..18888748e6997cd4bc156a1e10de57b5277148b6 100644 (file)
@@ -177,7 +177,8 @@ int wimax_gnl_re_state_change_send(
                goto out;
        }
        genlmsg_end(report_skb, header);
-       genlmsg_multicast(report_skb, 0, wimax_gnl_mcg.id, GFP_KERNEL);
+       genlmsg_multicast(&wimax_gnl_family, report_skb, 0,
+                         wimax_gnl_mcg.id, GFP_KERNEL);
 out:
        d_fnend(3, dev, "(wimax_dev %p report_skb %p) = %d\n",
                wimax_dev, report_skb, result);