aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/ieee802154/core.h
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-11-09 08:36:54 +0100
committerMarcel Holtmann <marcel@holtmann.org>2014-11-09 19:50:29 +0100
commitca20ce201c8d4123de0fd2b0d59ea19b0160d88f (patch)
treef99451e5a1e87312deaebfcc8fb4624c9498c2c0 /net/ieee802154/core.h
parentieee802154: add nl802154 framework (diff)
downloadwireguard-linux-ca20ce201c8d4123de0fd2b0d59ea19b0160d88f.tar.xz
wireguard-linux-ca20ce201c8d4123de0fd2b0d59ea19b0160d88f.zip
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>
Diffstat (limited to 'net/ieee802154/core.h')
-rw-r--r--net/ieee802154/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ieee802154/core.h b/net/ieee802154/core.h
index c8319bf1b61a..f3e95580caee 100644
--- a/net/ieee802154/core.h
+++ b/net/ieee802154/core.h
@@ -36,6 +36,7 @@ wpan_phy_to_rdev(struct wpan_phy *wpan_phy)
}
extern struct list_head cfg802154_rdev_list;
+extern int cfg802154_rdev_list_generation;
/* free object */
void cfg802154_dev_free(struct cfg802154_registered_device *rdev);