Hi Jukka, > Signed-off-by: Jukka Rissanen <jukka.rissanen@xxxxxxxxxxxxxxx> > --- > 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@xxxxxxxxx> > + * > + * Based on patches from Jon Smirl <jonsmirl@xxxxxxxxx> > + * Copyright (c) 2011 Jon Smirl <jonsmirl@xxxxxxxxx> > + * > + * 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 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html