ieee802154: socket: put handling into one file
authorAlexander Aring <alex.aring@gmail.com>
Wed, 31 Dec 2014 18:39:10 +0000 (19:39 +0100)
committerMarcel Holtmann <marcel@holtmann.org>
Sat, 3 Jan 2015 00:49:24 +0000 (01:49 +0100)
commit78f821b648267d3ee1a63093cd0c41cc99b97727
treeea8b300e8f080c392210f2050c35ef1ba93e3076
parent79300e3a438f93c7431b4bf40fa18580ccb34be1
ieee802154: socket: put handling into one file

This patch puts all related socket handling into one file. This is just
a cleanup to do all socket handling stuff inside of one implementation
file.

Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/ieee802154/Makefile
net/ieee802154/af802154.h [deleted file]
net/ieee802154/af_ieee802154.c
net/ieee802154/dgram.c [deleted file]
net/ieee802154/raw.c [deleted file]