aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac802154/tx.c
diff options
context:
space:
mode:
authorAlexander Aring <alex.aring@gmail.com>2014-10-25 09:41:00 +0200
committerMarcel Holtmann <marcel@holtmann.org>2014-10-25 21:39:55 +0200
commit0f1556bc2b152fc5d2a6b929c579748ec90c55d0 (patch)
tree46f46ede357338dd42ccb31098b4951eea762040 /net/mac802154/tx.c
parentmac802154: move ieee802154_dev.c to main.c (diff)
downloadlinux-dev-0f1556bc2b152fc5d2a6b929c579748ec90c55d0.tar.xz
linux-dev-0f1556bc2b152fc5d2a6b929c579748ec90c55d0.zip
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/tx.c')
-rw-r--r--net/mac802154/tx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac802154/tx.c b/net/mac802154/tx.c
index 95ea412395c7..ef11cc6fa323 100644
--- a/net/mac802154/tx.c
+++ b/net/mac802154/tx.c
@@ -25,7 +25,7 @@
#include <net/mac802154.h>
#include <net/wpan-phy.h>
-#include "mac802154.h"
+#include "ieee802154_i.h"
/* IEEE 802.15.4 transceivers can sleep during the xmit session, so process
* packets through the workqueue.