Re: [Linux-zigbee-devel] 802.15.4 USB dongle

2014-08-14 Thread Owen Kirby
For 802.15.4 USB hardware, there are two devices that I'm familiar with both based on the Atmel AT86RF231 transceiver: The RZUSB stick from Atmel and the family of USB transceivers from Dresden Electronik. Both devices will present themselves to the USB host as a ACM serial port, and they'll ha

Re: [Linux-zigbee-devel] [PATCHv2 linux-wpan] ieee802154: mrf24j40: Add support for MRF24J40MC

2014-08-14 Thread Alexander Aring
Hi, On Thu, Aug 14, 2014 at 05:52:46PM +0100, Simon Vincent wrote: > The MRF24J40MC module has an external amplifier which should be enabled. > > Signed-off-by: Simon Vincent > --- > drivers/net/ieee802154/mrf24j40.c | 40 > +-- > 1 file changed, 38 insertio

[Linux-zigbee-devel] [PATCHv2 linux-wpan] ieee802154: mrf24j40: Add support for MRF24J40MC

2014-08-14 Thread Simon Vincent
The MRF24J40MC module has an external amplifier which should be enabled. Signed-off-by: Simon Vincent --- drivers/net/ieee802154/mrf24j40.c | 40 +-- 1 file changed, 38 insertions(+), 2 deletions(-) diff --git a/drivers/net/ieee802154/mrf24j40.c b/drivers/ne