diff options
author | Alexander Aring <alex.aring@gmail.com> | 2014-12-31 13:39:12 -0500 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2015-01-02 19:49:24 -0500 |
commit | 71e36b1b01b9573f09141acb76e1b4c0809a0b4a (patch) | |
tree | 05104e1b15133cf1a310d92802a353de54638f33 /net/ieee802154 | |
parent | df2f65de4b2d535c5b8e905768dd5fff1bfca445 (diff) |
ieee802154: rename af_ieee802154.c to socket.c
This patch renames the "af_ieee802154.c" to "socket.c". This is just a
cleanup to have a short name for it which describes the implementationm
stuff more human understandable.
Signed-off-by: Alexander Aring <alex.aring@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/ieee802154')
-rw-r--r-- | net/ieee802154/Makefile | 2 | ||||
-rw-r--r-- | net/ieee802154/socket.c (renamed from net/ieee802154/af_ieee802154.c) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/net/ieee802154/Makefile b/net/ieee802154/Makefile index e6ddfcd73510..88bde78754c5 100644 --- a/net/ieee802154/Makefile +++ b/net/ieee802154/Makefile | |||
@@ -5,6 +5,6 @@ obj-$(CONFIG_IEEE802154_6LOWPAN) += ieee802154_6lowpan.o | |||
5 | ieee802154_6lowpan-y := 6lowpan_rtnl.o reassembly.o | 5 | ieee802154_6lowpan-y := 6lowpan_rtnl.o reassembly.o |
6 | ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \ | 6 | ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \ |
7 | header_ops.o sysfs.o nl802154.o | 7 | header_ops.o sysfs.o nl802154.o |
8 | ieee802154_socket-y := af_ieee802154.o | 8 | ieee802154_socket-y := socket.o |
9 | 9 | ||
10 | ccflags-y += -D__CHECK_ENDIAN__ | 10 | ccflags-y += -D__CHECK_ENDIAN__ |
diff --git a/net/ieee802154/af_ieee802154.c b/net/ieee802154/socket.c index 2878d8ca6d3b..2878d8ca6d3b 100644 --- a/net/ieee802154/af_ieee802154.c +++ b/net/ieee802154/socket.c | |||