commit | 1eaa9d03d3ee9156c8c405b006ce892ae28290ad | [log] [tgz] |
---|---|---|
author | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | Tue Sep 15 17:04:44 2009 +0400 |
committer | Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> | Fri Nov 06 14:31:22 2009 +0300 |
tree | ec8da53b28c8e88e894152e36864afbd14b44139 | |
parent | 78fe738d1a631ec34a29d830880e38f5c14c1371 [diff] [blame] |
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>
diff --git a/net/ieee802154/netlink.c b/net/ieee802154/netlink.c index 5b738ec..8a22173 100644 --- a/net/ieee802154/netlink.c +++ b/net/ieee802154/netlink.c
@@ -87,6 +87,10 @@ if (rc) goto fail; + rc = nl802154_phy_register(); + if (rc) + goto fail; + return 0; fail: