From: Alexander Aring <alex.aring@gmail.com>
To: linux-wpan@vger.kernel.org
Cc: kernel@pengutronix.de, Alexander Aring <alex.aring@gmail.com>
Subject: [PATCH bluetooth-next 0/7] ieee802154: file movements
Date: Sat, 25 Oct 2014 09:24:58 +0200 [thread overview]
Message-ID: <1414221905-19422-1-git-send-email-alex.aring@gmail.com> (raw)
This series contains file movements patches inside the 802.15.4 subsystem.
The series contains necessary movements to get a similar architecture like
mac80211 and wireless subsystem.
Alexander Aring (7):
mac802154: move ieee802154_dev.c to main.c
mac802154: move mac802154.h to ieee802154_i.h
mac802154: move wpan.c to iface.c
ieee802154: move wpan-phy.h to cfg802154.h
ieee802154: move wpan-class.c to core.c
ieee802154: move ieee802154 header
MAINTAINERS: add missing headers in 802.15.4
MAINTAINERS | 7 +++++++
drivers/net/ieee802154/at86rf230.c | 4 ++--
drivers/net/ieee802154/cc2520.c | 4 ++--
drivers/net/ieee802154/fakehard.c | 4 ++--
drivers/net/ieee802154/fakelb.c | 2 +-
drivers/net/ieee802154/mrf24j40.c | 4 ++--
include/{net => linux}/ieee802154.h | 0
include/net/{wpan-phy.h => cfg802154.h} | 7 ++++---
include/net/ieee802154_netdev.h | 2 +-
net/ieee802154/6lowpan_rtnl.c | 2 +-
net/ieee802154/Makefile | 2 +-
net/ieee802154/{wpan-class.c => core.c} | 2 +-
net/ieee802154/dgram.c | 2 +-
net/ieee802154/header_ops.c | 3 ++-
net/ieee802154/nl-mac.c | 4 ++--
net/ieee802154/nl-phy.c | 2 +-
net/mac802154/Makefile | 4 ++--
net/mac802154/{mac802154.h => ieee802154_i.h} | 6 +++---
net/mac802154/{wpan.c => iface.c} | 6 +++---
net/mac802154/llsec.c | 4 ++--
net/mac802154/mac_cmd.c | 6 +++---
net/mac802154/{ieee802154_dev.c => main.c} | 4 ++--
net/mac802154/mib.c | 4 ++--
net/mac802154/monitor.c | 6 +++---
net/mac802154/rx.c | 2 +-
net/mac802154/tx.c | 4 ++--
26 files changed, 53 insertions(+), 44 deletions(-)
rename include/{net => linux}/ieee802154.h (100%)
rename include/net/{wpan-phy.h => cfg802154.h} (97%)
rename net/ieee802154/{wpan-class.c => core.c} (99%)
rename net/mac802154/{mac802154.h => ieee802154_i.h} (98%)
rename net/mac802154/{wpan.c => iface.c} (99%)
rename net/mac802154/{ieee802154_dev.c => main.c} (99%)
--
2.1.2
next reply other threads:[~2014-10-25 21:16 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-25 7:24 Alexander Aring [this message]
2014-10-25 7:24 ` [PATCH bluetooth-next 1/7] mac802154: move ieee802154_dev.c to main.c Alexander Aring
2014-10-25 7:25 ` [PATCH bluetooth-next 2/7] mac802154: move mac802154.h to ieee802154_i.h Alexander Aring
2014-10-25 7:25 ` [PATCH bluetooth-next 3/7] mac802154: move wpan.c to iface.c Alexander Aring
2014-10-25 7:25 ` [PATCH bluetooth-next 4/7] ieee802154: move wpan-phy.h to cfg802154.h Alexander Aring
2014-10-25 7:25 ` [PATCH bluetooth-next 5/7] ieee802154: move wpan-class.c to core.c Alexander Aring
2014-10-25 7:25 ` [PATCH bluetooth-next 6/7] ieee802154: move ieee802154 header Alexander Aring
2014-10-25 7:25 ` [PATCH bluetooth-next 7/7] MAINTAINERS: add missing headers in 802.15.4 Alexander Aring
2014-10-25 7:33 ` [PATCH bluetooth-next 0/7] ieee802154: file movements Alexander Aring
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1414221905-19422-1-git-send-email-alex.aring@gmail.com \
--to=alex.aring@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-wpan@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox