Hi, this patch series contains some cleanups to put all related socket handling functionality into one file. Also updates the Kconfig menu entries to preparing a movement out of "Networking Options". The last series contains patches to create an af802154 subdirectory. I removed this way and but all things of af802154 (socket handling) into one file. After this series I will send the still the 6lowpan changes to put it into a 6lowpan subdirectory. - Alex Alexander Aring (6): ieee802154: handle socket functionality as module ieee802154: socket: change module name ieee802154: socket: put handling into one file ieee802154: socket: fix checkpatch issue ieee802154: rename af_ieee802154.c to socket.c ieee802154: handle config as menuconfig net/ieee802154/Kconfig | 16 +- net/ieee802154/Makefile | 5 +- net/ieee802154/af802154.h | 33 -- net/ieee802154/af_ieee802154.c | 369 ------------- net/ieee802154/dgram.c | 549 -------------------- net/ieee802154/raw.c | 270 ---------- net/ieee802154/socket.c | 1125 ++++++++++++++++++++++++++++++++++++++++ 7 files changed, 1142 insertions(+), 1225 deletions(-) delete mode 100644 net/ieee802154/af802154.h delete mode 100644 net/ieee802154/af_ieee802154.c delete mode 100644 net/ieee802154/dgram.c delete mode 100644 net/ieee802154/raw.c create mode 100644 net/ieee802154/socket.c -- 2.2.0 -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html