Re: [Linux-zigbee-devel] 802.15.4 based USB stick support

2011-11-08 Thread Prajosh Premdas
Thanks a lot Alexander and Jon 2011/11/8 Alexander Smirnov > Hello, > > IIRC Werner (I added him to Cc) has reworked version of at91 driver for > USB support. > > To Werner: sorry if I'm wrong. > > With best regards, > Alex > > 08.11.2011, в 19:48, Prajosh Premdas > написал(а): > > > Hi > > > >

Re: [Linux-zigbee-devel] 802.15.4 based USB stick support

2011-11-08 Thread Alexander Smirnov
Hello, IIRC Werner (I added him to Cc) has reworked version of at91 driver for USB support. To Werner: sorry if I'm wrong. With best regards, Alex 08.11.2011, в 19:48, Prajosh Premdas написал(а): > Hi > > I have been working on 802.15.4 stack and have them working on various USB > sticks.

Re: [Linux-zigbee-devel] 802.15.4 based USB stick support

2011-11-08 Thread jonsm...@gmail.com
On Tue, Nov 8, 2011 at 11:48 AM, Prajosh Premdas wrote: > Hi > I have been working on 802.15.4 stack and have them working on various USB > sticks. But i find that there is no support for any of the USB sticks on > Linux. I even searched in the mail for the same and couldn't find any. > Can anybod

[Linux-zigbee-devel] 802.15.4 based USB stick support

2011-11-08 Thread Prajosh Premdas
Hi I have been working on 802.15.4 stack and have them working on various USB sticks. But i find that there is no support for any of the USB sticks on Linux. I even searched in the mail for the same and couldn't find any. Can anybody please point me to any of the artifacts regarding the same --

Re: [Linux-zigbee-devel] [PATCH 2/6] [6LoWPAN] disable debugging by default

2011-11-08 Thread Dmitry Eremin-Solenikov
On 11/2/11, Alexander Smirnov wrote: > This patch disables debug output enabled by default. > > Signed-off-by: Alexander Smirnov Acked-by: Dmitry Eremin-Solenikov -- With best wishes Dmitry -- RSA(R) Conference 2012

Re: [Linux-zigbee-devel] [PATCH 3/6] [6LoWPAN] set proper netdev flags

2011-11-08 Thread Dmitry Eremin-Solenikov
On 11/2/11, Alexander Smirnov wrote: > This patch fixes settings for device initialization which makes possible to > use NDISC and TCP. > > Signed-off-by: Alexander Smirnov Acked-by: Dmitry Eremin-Solenikov -- With best wishes Dmitry --

Re: [Linux-zigbee-devel] [PATCH 6/6] [6LoWPAN] update documentation

2011-11-08 Thread Christophe Aeschlimann
On 08.11.2011 15:32, Dmitry Eremin-Solenikov wrote: >> +To setup 6lowpan interface you need: >> > +1. Add IEEE802.15.4 interface and initialize PANid; >> > +2. Add 6lowpan interface by command like: >> > + # ip link add link wpan0 name lowpan0 type lowpan > Does this work with busybox ip or only

Re: [Linux-zigbee-devel] [PATCH 4/6] [6LoWPAN] UDP header compression

2011-11-08 Thread Dmitry Eremin-Solenikov
On 11/2/11, Alexander Smirnov wrote: > This patch adds support for UDP header compression. > Derived from Contiki OS. >From my point of view, this code would also benefit from being refactored to a separate function. > > Signed-off-by: Alexander Smirnov > --- > net/ieee802154/6lowpan.c | 51

Re: [Linux-zigbee-devel] [PATCH 5/6] [6LoWPAN] UDP header decompression

2011-11-08 Thread Dmitry Eremin-Solenikov
On 11/2/11, Alexander Smirnov wrote: > This patch provides possibility to decompress UDP headers. > Derived from Contiki OS. This asks to go to a separate function. > > Signed-off-by: Alexander Smirnov > --- > net/ieee802154/6lowpan.c | 50 > +- >

Re: [Linux-zigbee-devel] [PATCH 6/6] [6LoWPAN] update documentation

2011-11-08 Thread Dmitry Eremin-Solenikov
On 11/2/11, Alexander Smirnov wrote: > This patch adds chapter to documentation which describes how to use > 6lowpan technology. > > Signed-off-by: Alexander Smirnov > --- > Documentation/networking/ieee802154.txt | 26 ++ > 1 files changed, 26 insertions(+), 0 deletion