Linux IEEE 802.15.4 and 6LoWPAN development
 help / color / mirror / Atom feed
* [PATCH bluetooth-next 0/7] ieee802154: file movements
@ 2014-10-25  7:24 Alexander Aring
  2014-10-25  7:24 ` [PATCH bluetooth-next 1/7] mac802154: move ieee802154_dev.c to main.c Alexander Aring
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Alexander Aring @ 2014-10-25  7:24 UTC (permalink / raw)
  To: linux-wpan; +Cc: kernel, Alexander Aring

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-10-25 21:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-25  7:24 [PATCH bluetooth-next 0/7] ieee802154: file movements Alexander Aring
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox