diff options
Diffstat (limited to 'include/linux/nl802154.h')
-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 { | |||
111 | IEEE802154_RX_ENABLE_REQ, /* Not supported yet */ | 111 | IEEE802154_RX_ENABLE_REQ, /* Not supported yet */ |
112 | IEEE802154_RX_ENABLE_CONF, /* Not supported yet */ | 112 | IEEE802154_RX_ENABLE_CONF, /* Not supported yet */ |
113 | 113 | ||
114 | IEEE802154_LIST_IFACE, | ||
115 | |||
114 | __IEEE802154_CMD_MAX, | 116 | __IEEE802154_CMD_MAX, |
115 | }; | 117 | }; |
116 | 118 | ||