diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-10-25 03:41:00 -0400 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-25 15:39:55 -0400 |
commit | 0f1556bc2b152fc5d2a6b929c579748ec90c55d0 (patch) | |
tree | 46f46ede357338dd42ccb31098b4951eea762040 /net/mac802154/main.c | |
parent | 62eb01f5c2d735e8aeab6bc95e5832cb59397527 (diff) |
mac802154: move mac802154.h to ieee802154_i.h
This patch moves the mac802154.h internal header to ieee802154_i.h like
the wireless stack ieee80211_i.h file. This avoids confusing with the
not internal header include/net/mac802154.h header. Additional we get
the same naming conversion like mac80211 for this file.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/mac802154/main.c')
-rw-r--r-- | net/mac802154/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/main.c b/net/mac802154/main.c index 086d4a91ae45..d11e42ae10d6 100644 --- a/net/mac802154/main.c +++ b/net/mac802154/main.c | |||
@@ -27,7 +27,7 @@ | |||
27 | #include <net/route.h> | 27 | #include <net/route.h> |
28 | #include <net/wpan-phy.h> | 28 | #include <net/wpan-phy.h> |
29 | 29 | ||
30 | #include "mac802154.h" | 30 | #include "ieee802154_i.h" |
31 | 31 | ||
32 | int mac802154_slave_open(struct net_device *dev) | 32 | int mac802154_slave_open(struct net_device *dev) |
33 | { | 33 | { |