diff options
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-09-15 09:04:44 -0400 |
---|---|---|
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | 2009-11-06 06:31:22 -0500 |
commit | 1eaa9d03d3ee9156c8c405b006ce892ae28290ad (patch) | |
tree | ec8da53b28c8e88e894152e36864afbd14b44139 /net/ieee802154/netlink.c | |
parent | 78fe738d1a631ec34a29d830880e38f5c14c1371 (diff) |
ieee802154: add LIST_PHY command support
Add nl802154 command to get information about PHY's present in
the system.
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
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: |