diff options
Diffstat (limited to 'net/ieee802154/netlink.c')
-rw-r--r-- | net/ieee802154/netlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/netlink.c b/net/ieee802154/netlink.c index 08e62470bac2..6bde9e5a5503 100644 --- a/net/ieee802154/netlink.c +++ b/net/ieee802154/netlink.c | |||
@@ -131,7 +131,7 @@ static const struct genl_multicast_group ieee802154_mcgrps[] = { | |||
131 | [IEEE802154_BEACON_MCGRP] = { .name = IEEE802154_MCAST_BEACON_NAME, }, | 131 | [IEEE802154_BEACON_MCGRP] = { .name = IEEE802154_MCAST_BEACON_NAME, }, |
132 | }; | 132 | }; |
133 | 133 | ||
134 | struct genl_family nl802154_family = { | 134 | struct genl_family nl802154_family __ro_after_init = { |
135 | .hdrsize = 0, | 135 | .hdrsize = 0, |
136 | .name = IEEE802154_NL_NAME, | 136 | .name = IEEE802154_NL_NAME, |
137 | .version = 1, | 137 | .version = 1, |