Re: [Linux-zigbee-devel] ieee802154 slave mac addr

2009-12-02 Thread Dmitry Eremin-Solenikov
Hi, On Wed, Dec 2, 2009 at 5:42 PM, Pierre-emmanuel Goudet wrote: > Hi all >>> >>> Yes. We've started implementation of such driver for at86rf230/rf231 - >>> the >>> chip from Atmel that can do auto ACK, CSMA-CA, etc. It's not in the >>> public tree yet, as we haven't yet finished the interface b

Re: [Linux-zigbee-devel] ieee802154 slave mac addr

2009-12-02 Thread Pierre-emmanuel Goudet
Hi all >> Yes. We've started implementation of such driver for at86rf230/rf231 - >> the >> chip from Atmel that can do auto ACK, CSMA-CA, etc. It's not in the >> public tree yet, as we haven't yet finished the interface between >> mac802154 >> and such drivers. >> > > I'm very interested in th

Re: [Linux-zigbee-devel] ieee802154 slave mac addr

2009-12-01 Thread Hennerich, Michael
>From: Dmitry Eremin-Solenikov [mailto:[email protected]] >On Tue, Dec 1, 2009 at 11:21 PM, Hennerich, Michael > wrote: Wouldn't it be useful if netdev->dev_addr could be specified in the >>>phy driver? >>> >>>That may make sense. However we are trying to make phy drivers support >>>several

Re: [Linux-zigbee-devel] ieee802154 slave mac addr

2009-12-01 Thread Dmitry Eremin-Solenikov
On Tue, Dec 1, 2009 at 11:21 PM, Hennerich, Michael wrote: >>> Wouldn't it be useful if netdev->dev_addr could be specified in the >>phy driver? >> >>That may make sense. However we are trying to make phy drivers support >>several >>MAC interfaces  with different dev addresses on a single radio. >

Re: [Linux-zigbee-devel] ieee802154 slave mac addr

2009-12-01 Thread Hennerich, Michael
Hi Dmitry, >From: Dmitry Eremin-Solenikov [mailto:[email protected]] >Hi, > >2009/12/1 Hennerich, Michael : >> Hi All, >> >> I wonder what is the proposed way to set the ieee802154 slave mac >addr? >> Looks like it can be only set by net_device_ops? >> My version of ifconfig won't let me. > >Th

Re: [Linux-zigbee-devel] ieee802154 slave mac addr

2009-12-01 Thread Dmitry Eremin-Solenikov
Hi, 2009/12/1 Hennerich, Michael : > Hi All, > > I wonder what is the proposed way to set the ieee802154 slave mac addr? > Looks like it can be only set by net_device_ops? > My version of ifconfig won't let me. Thank you for your interest! The address will be settable via iz tool in the future.

[Linux-zigbee-devel] ieee802154 slave mac addr

2009-12-01 Thread Hennerich, Michael
Hi All, I wonder what is the proposed way to set the ieee802154 slave mac addr? Looks like it can be only set by net_device_ops? My version of ifconfig won't let me. Wouldn't it be useful if netdev->dev_addr could be specified in the phy driver? -Michael