Re: [Linux-zigbee-devel] [PATCH net-next 1/3] at86rf230: fix unexpected state change

2014-03-11 Thread Phoebe Buckheister
On Mon, 10 Mar 2014 23:18:06 +0100 Alexander Aring wrote: > This patch fix a unexpected state change for the at86rf231 chip. > We can't change into STATE_FORCE_TX_ON while the chip is in one of > SLEEP, P_ON, RESET, TRX_OFF, and all *_NOCLK states. > > In this case we are in the TRX_OFF state. S

Re: [Linux-zigbee-devel] Simplifying the 802.15.4 stack

2014-03-11 Thread Dmitry Eremin-Solenikov
Helo, On Sat, Mar 8, 2014 at 8:58 PM, Phoebe Buckheister wrote: > On Fri, March 7, 2014 11:16 pm, Dmitry Eremin-Solenikov wrote: >> On Fri, Mar 7, 2014 at 4:16 PM, Phoebe Buckheister >> wrote: [skipped] >>> 3) the mac802154_priv slave list >>> >>> This is one of the biggest problems I think th

Re: [Linux-zigbee-devel] [PATCH net-next] ieee802154: at86rf230: add support for rf233 chip

2014-03-11 Thread David Miller
From: Thomas Stilwell Date: Mon, 10 Mar 2014 19:29:25 -0500 > The rf233 and rf231 are sufficiently similar that we can treat > rf233 like rf231. > > rf233 is missing some features that rf231 has, but we don't currently > make use of them so there's nothing to handle differently yet. > > Should