Re: [Linux-zigbee-devel] [PATCH] New mac802154 driver: ADF7242

2010-04-15 Thread Stefan Schmidt
Hello. On Tue, 2010-04-13 at 12:11, Hennerich, Michael wrote: > Stefan Schmidt wrote on 2010-04-13: > > The driver is ready as far it can be. However I'm not sure you noticed - the > entire mac802154 softmac is still in some work in progress state. I learned that the hard way over the last days.

Re: [Linux-zigbee-devel] [PATCH] New mac802154 driver: ADF7242

2010-04-13 Thread Hennerich, Michael
Stefan Schmidt wrote on 2010-04-13: > Hello. > > On Tue, 2010-04-13 at 09:20, Hennerich, Michael wrote: >> Stefan Schmidt wrote on 2010-04-12: + +/* + * DEBUG LEVEL + * 0 OFF + * 1 INFO + * 2 INFO + TRACE + */ + +#define ADF

Re: [Linux-zigbee-devel] [PATCH] New mac802154 driver: ADF7242

2010-04-13 Thread Stefan Schmidt
Hello. As the patch is already applied this review may came a bit late but I think its worth mentioning anyway. On Mon, 2010-04-12 at 13:16, Hennerich, Michael wrote: > This patch adds support for the Analog Devices ADF7242 Low Power 2.4GHz > IEEE802.15.4 Transceiver IC. > The ADF7242 features I

Re: [Linux-zigbee-devel] [PATCH] New mac802154 driver: ADF7242

2010-04-13 Thread Hennerich, Michael
Stefan Schmidt wrote on 2010-04-12: > Hello. > > As the patch is already applied this review may came a bit late but I > think its > worth mentioning anyway. > > On Mon, 2010-04-12 at 13:16, Hennerich, Michael wrote: > > This patch adds support for the Analog Devices ADF7242 Low Power > 2.4GHz IEEE

Re: [Linux-zigbee-devel] [PATCH] New mac802154 driver: ADF7242

2010-04-13 Thread Stefan Schmidt
Hello. On Tue, 2010-04-13 at 09:20, Hennerich, Michael wrote: > Stefan Schmidt wrote on 2010-04-12: > > > + > > > +/* > > > + * DEBUG LEVEL > > > + * 0 OFF > > > + * 1 INFO > > > + * 2 INFO + TRACE > > > + */ > > > + > > > +#define ADF_DEBUG 0 > > > +#define DBG(

Re: [Linux-zigbee-devel] [PATCH] New mac802154 driver: ADF7242

2010-04-12 Thread Dmitry Eremin-Solenikov
Hello, On Mon, Apr 12, 2010 at 4:16 PM, Hennerich, Michael wrote: > This patch adds support for the Analog Devices ADF7242 Low Power 2.4GHz > IEEE802.15.4 Transceiver IC. > The ADF7242 features IEEE802.15.4 frame filtering, automatic ACK transmission > and CSMA-CA with frame retry using an add-

[Linux-zigbee-devel] [PATCH] New mac802154 driver: ADF7242

2010-04-12 Thread Hennerich, Michael
This patch adds support for the Analog Devices ADF7242 Low Power 2.4GHz IEEE802.15.4 Transceiver IC. The ADF7242 features IEEE802.15.4 frame filtering, automatic ACK transmission and CSMA-CA with frame retry using an add-on firmware blob. This approach allows future extensions to 802.15.4 Standar