diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-11-09 08:36:52 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-11-09 19:50:28 +0100 |
commit | 3ae75e02c34b5b8d521b0470522e540512ce24e3 (patch) | |
tree | e9b57adc482995804b2a41a7f63dfcdfc153fd2b /MAINTAINERS | |
parent | a6fd693f6b862cd73fc90849353492406cfba5f6 (diff) | |
download | linux-3ae75e02c34b5b8d521b0470522e540512ce24e3.tar.gz linux-3ae75e02c34b5b8d521b0470522e540512ce24e3.tar.bz2 linux-3ae75e02c34b5b8d521b0470522e540512ce24e3.zip |
ieee802154: add new nl802154 header
This patch adds the new userspace header for nl802154. We don't place
this header in include/uapi now. This header could be modified in the
next time.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b42eb50b7426..7ec37a396ffe 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -4699,6 +4699,7 @@ F: net/mac802154/ F: drivers/net/ieee802154/ F: include/linux/nl802154.h F: include/linux/ieee802154.h +F: include/net/nl802154.h F: include/net/mac802154.h F: include/net/af_ieee802154.h F: include/net/cfg802154.h |