ieee802154: add wpan_phy dump support

This patch adds support for dumping wpan_phy attributes via nl802154.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
Alexander Aring 2014-11-09 08:36:54 +01:00 committed by Marcel Holtmann
parent 79fe1a2aa7
commit ca20ce201c
3 changed files with 223 additions and 1 deletions

View file

@ -27,7 +27,7 @@
/* RCU-protected (and RTNL for writers) */
LIST_HEAD(cfg802154_rdev_list);
static int cfg802154_rdev_list_generation;
int cfg802154_rdev_list_generation;
static int wpan_phy_match(struct device *dev, const void *data)
{