Re: [Linux-zigbee-devel] register net device during probe rather that add_iface

2012-03-02 Thread Prajosh Premdas
Hi All & Dmitry Now i see your point there and understand the design better. But i have a few more doubts. Case #1: synchronous mlme commands(mlme_reset, mlme_get, mlme_set) We(currently Felix and my self) are adding mac functionality. I will just briefly describe you 1. my test setup 2. code fl

Re: [Linux-zigbee-devel] register net device during probe rather that add_iface

2012-03-02 Thread Dmitry Eremin-Solenikov
On Fri, Mar 2, 2012 at 3:52 PM, Felix Varghese wrote: > Guys, I'd like to join the foray too :) > >> I'm sorry but your suggestions make nearly no sense. The current design >> is targeted different applications and different types of interfaces which >> can be bound to each radio. > Ability to bin

Re: [Linux-zigbee-devel] register net device during probe rather that add_iface

2012-03-02 Thread Felix Varghese
Guys, I'd like to join the foray too :) > I'm sorry but your suggestions make nearly no sense. The current design > is targeted different applications and different types of interfaces which > can be bound to each radio. Ability to bind different types of interfaces to the same radio is desirable.

[Linux-zigbee-devel] register net device during probe rather that add_iface

2012-03-02 Thread Prajosh Premdas
Sorry missed the group -- Forwarded message -- From: Prajosh Premdas Date: Fri, Mar 2, 2012 at 4:31 PM Subject: Re: [Linux-zigbee-devel] register net device during probe rather that add_iface To: Dmitry Eremin-Solenikov On Fri, Mar 2, 2012 at 3:26 PM, Dmitry Eremin-Solenikov

Re: [Linux-zigbee-devel] register net device during probe rather that add_iface

2012-03-02 Thread Dmitry Eremin-Solenikov
Hello, On Fri, Mar 2, 2012 at 1:35 PM, Prajosh Premdas wrote: > Hi All > > I have been using the code and have been adding functionality for the mac > stack. I need certain inputs and have some doubts on the current code. I'm sorry but your suggestions make nearly no sense. The current design is

[Linux-zigbee-devel] register net device during probe rather that add_iface

2012-03-02 Thread Prajosh Premdas
Hi All I have been using the code and have been adding functionality for the mac stack. I need certain inputs and have some doubts on the current code. I have listed out my doubts below 1. The network device is currently registered / created using the add_iface method, I would suggest to do the