diff options
Diffstat (limited to 'net/ieee802154/netlink.c')
-rw-r--r-- | net/ieee802154/netlink.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/net/ieee802154/netlink.c b/net/ieee802154/netlink.c index 5b738ec7d9f1..8a221737f75c 100644 --- a/net/ieee802154/netlink.c +++ b/net/ieee802154/netlink.c | |||
@@ -87,6 +87,10 @@ int __init ieee802154_nl_init(void) | |||
87 | if (rc) | 87 | if (rc) |
88 | goto fail; | 88 | goto fail; |
89 | 89 | ||
90 | rc = nl802154_phy_register(); | ||
91 | if (rc) | ||
92 | goto fail; | ||
93 | |||
90 | return 0; | 94 | return 0; |
91 | 95 | ||
92 | fail: | 96 | fail: |