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