diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2009-08-07 02:58:40 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-08-12 21:54:49 -0700 |
commit | 8e753dd0a82bd266256c20a20b98dfa48f98d21e (patch) | |
tree | 939747b18a115f392e729530b4b06e4398c0d333 /include/linux | |
parent | 48a2f112db5349efb2efadbd94b8cc31a9db84e1 (diff) | |
download | talos-obmc-linux-8e753dd0a82bd266256c20a20b98dfa48f98d21e.tar.gz talos-obmc-linux-8e753dd0a82bd266256c20a20b98dfa48f98d21e.zip |
nl802154: add support for dumping WPAN interface information
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/nl802154.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/nl802154.h b/include/linux/nl802154.h index 266dd96ced96..9a1af5f871a3 100644 --- a/include/linux/nl802154.h +++ b/include/linux/nl802154.h @@ -111,6 +111,8 @@ enum { IEEE802154_RX_ENABLE_REQ, /* Not supported yet */ IEEE802154_RX_ENABLE_CONF, /* Not supported yet */ + IEEE802154_LIST_IFACE, + __IEEE802154_CMD_MAX, }; |