[Linux-zigbee-devel] [patch] 6lowpan: release device on error path

2013-11-06 Thread Dan Carpenter
We recently added a new error path and it needs a dev_put(). Fixes: 7adac1ec8198 ('6lowpan: Only make 6lowpan links to IEEE802154 devices') Signed-off-by: Dan Carpenter --- Compile tested only. Please review carefully. diff --git a/net/ieee802154/6lowpan.c b/net/ieee802154/6lowpan.c index 9497c

Re: [Linux-zigbee-devel] Testing the MRF24J40 functionality on a custom cape

2013-11-06 Thread Alan Ott
On 11/05/2013 10:09 AM, K F wrote: > Some research colleagues and I have designed a BBone cape which, among > other stuff, supports 802.15.4 communication (via the mrf24j40 chip). > We are in the process of testing this specific functionality, but we > get some errors I was hoping you could help