From: Marcel Holtmann <marcel@holtmann.org>
To: Jukka Rissanen <jukka.rissanen@linux.intel.com>
Cc: "linux-bluetooth@vger.kernel.org development"
<linux-bluetooth@vger.kernel.org>
Subject: Re: [RFC v2 4/7] Bluetooth: Enable 6LoWPAN support for BT LE devices
Date: Wed, 30 Oct 2013 13:11:56 +0100 [thread overview]
Message-ID: <4BAC5202-A8F6-4A36-8024-FA97E3FC3554@holtmann.org> (raw)
In-Reply-To: <1383123661-15087-5-git-send-email-jukka.rissanen@linux.intel.com>
Hi Jukka,
> Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
> ---
> net/bluetooth/6lowpan.c | 1128 ++++++++++++++++++++++++++++++++++++++++++++++-
> 1 file changed, 1127 insertions(+), 1 deletion(-)
>
> diff --git a/net/bluetooth/6lowpan.c b/net/bluetooth/6lowpan.c
> index aff478b..1cba7fd 100644
> --- a/net/bluetooth/6lowpan.c
> +++ b/net/bluetooth/6lowpan.c
> @@ -11,6 +11,20 @@
> GNU General Public License for more details.
> */
>
> +/*
> + * The compression, uncompression and IPv6 packet fragmentation code
> + * is from net/ieee802154/6lowpan.c with these copyrights
> + *
> + * Copyright 2011, Siemens AG
> + * written by Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
> + *
> + * Based on patches from Jon Smirl <jonsmirl@gmail.com>
> + * Copyright (c) 2011 Jon Smirl <jonsmirl@gmail.com>
> + *
> + * Jon's code is based on 6lowpan implementation for Contiki which is:
> + * Copyright (c) 2008, Swedish Institute of Computer Science.
> + */
> +
I really think this should consolidated into either net/core/6lowpan.c or net/6lowpan/6lowpan.c.
Regards
Marcel
next prev parent reply other threads:[~2013-10-30 12:11 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-30 9:00 [RFC v2 0/7] Bluetooth LE 6LoWPAN Jukka Rissanen
2013-10-30 9:00 ` [RFC v2 1/7] net: if_arp: add ARPHRD_RAWIP type Jukka Rissanen
2013-10-30 9:00 ` [RFC v2 2/7] ipv6: Add checks for RAWIP ARP type Jukka Rissanen
2013-10-30 9:00 ` [RFC v2 3/7] Bluetooth: Initial skeleton code for BT 6LoWPAN Jukka Rissanen
2013-10-30 12:02 ` Marcel Holtmann
2013-10-30 9:00 ` [RFC v2 4/7] Bluetooth: Enable 6LoWPAN support for BT LE devices Jukka Rissanen
2013-10-30 12:11 ` Marcel Holtmann [this message]
2013-10-30 9:00 ` [RFC v2 5/7] route: Exporting ip6_route_add() so that Bluetooth 6LoWPAN can use it Jukka Rissanen
2013-10-30 9:01 ` [RFC v2 6/7] Bluetooth: Set route to peer for 6LoWPAN Jukka Rissanen
2013-10-30 9:01 ` [RFC v2 7/7] Bluetooth: Manually enable or disable 6LoWPAN between devices Jukka Rissanen
2013-10-30 12:10 ` Marcel Holtmann
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=4BAC5202-A8F6-4A36-8024-FA97E3FC3554@holtmann.org \
--to=marcel@holtmann.org \
--cc=jukka.rissanen@linux.intel.com \
--cc=linux-bluetooth@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