Re: [Linux-zigbee-devel] Setting IRQ Type for at86rf230

2013-02-06 Thread Alan Ott
On 02/05/2013 07:11 PM, Sascha Herrmann wrote: >> This is exactly what I meant. There's no reason to store it in the >> at86rf230_local struct though, since it's only ever used in >> at86rf230_probe(). > > Yes, you are right. I will change that and add a comment to platform_data > field. > > > Whi

Re: [Linux-zigbee-devel] Setting IRQ Type for at86rf230

2013-02-06 Thread Alexander Aring
Hi, On Wed, Feb 06, 2013 at 01:11:11AM +0100, Sascha Herrmann wrote: > > This is exactly what I meant. There's no reason to store it in the > > > at86rf230_local struct though, since it's only ever used in > > at86rf230_probe(). > > > Yes, you are right. I will change that and add a comment to

Re: [Linux-zigbee-devel] Setting IRQ Type for at86rf230

2013-02-06 Thread Alexander Aring
Hi, forgot to add some information. On Wed, Feb 06, 2013 at 07:42:27PM +0100, Alexander Aring wrote: > Hi, > > On Wed, Feb 06, 2013 at 01:11:11AM +0100, Sascha Herrmann wrote: > > > This is exactly what I meant. There's no reason to store it in the > > > > > at86rf230_local struct though, since

Re: [Linux-zigbee-devel] [PATCH] wpan: whitespace fix

2013-02-06 Thread David Miller
From: Alexander Aring Date: Tue, 5 Feb 2013 15:25:35 +0100 > Signed-off-by: Alexander Aring Applied, thanks. -- Free Next-Gen Firewall Hardware Offer Buy your Sophos next-gen firewall before the end March 2013 and ge

Re: [Linux-zigbee-devel] [PATCH 0/2] use stack instead of heap

2013-02-06 Thread David Miller
From: Alexander Aring Date: Tue, 5 Feb 2013 21:23:42 +0100 > In 6lowpan and mac802154 implemenation is a allocated > temp heap buffer, which can also on the stack. > > I hope 100 bytes in 6lowpan are fine. Series applied to net-next, thanks. ---

Re: [Linux-zigbee-devel] Setting IRQ Type for at86rf230

2013-02-06 Thread Sascha Herrmann
Hi, >> Attaching a scope to the interrupt line, watching the last interrupts >> before the driver stops working, one can see up to three interrupts for >> each packet. The first one is the RX_START interrupt, 500us after this >> the AMI (Adress Match Indication) interrupt is generated and only ab

Re: [Linux-zigbee-devel] Setting IRQ Type for at86rf230

2013-02-06 Thread Sascha Herrmann
Hi Alex, > forgot to add some information. >>> While the basic function works with this patch for my rpi, I got an >>> additional problem. When sniffing a ZigBee network the driver stops >>> working after receiving a random (but small) number of non broadcast >>> packets. >> >> I am working with