Re: [PATCH net-next v5 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio

2014-06-19 Thread Alexander Aring
On Thu, Jun 19, 2014 at 05:34:30PM +0530, Varka Bhadram wrote: > Hi Alex, > > Thanks for the comments > > On 06/19/2014 04:14 PM, Alexander Aring wrote: > >Hi Varka, > > > >why do you add new features while you trying to get the first version > >mainline? > Yes, address filtering is needed for

Re: [PATCH net-next v5 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio

2014-06-19 Thread Varka Bhadram
Hi Alex, Thanks for the comments On 06/19/2014 04:14 PM, Alexander Aring wrote: Hi Varka, why do you add new features while you trying to get the first version mainline? This h/w address filtering feature is required for me to get CC2520 Hardware ACK, which enable TinyOS nodes to

Re: [PATCH net-next v5 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio

2014-06-19 Thread Alexander Aring
Hi Varka, why do you add new features while you trying to get the first version mainline? On Thu, Jun 19, 2014 at 02:08:48PM +0530, Varka Bhadram wrote: > This patch adds the driver support for the cc2520 radio. > > Driver support: > - Tx and Rx of IEEE-802.15.4 packets. > - Energy

[PATCH net-next v5 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio

2014-06-19 Thread Varka Bhadram
This patch adds the driver support for the cc2520 radio. Driver support: - Tx and Rx of IEEE-802.15.4 packets. - Energy Detection on channel. - Setting the Channel for the radio. [b/w 11 - 26 channels] - Start and Stop the radio - h/w address filtering.

[PATCH net-next v5 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio

2014-06-19 Thread Varka Bhadram
This patch adds the driver support for the cc2520 radio. Driver support: - Tx and Rx of IEEE-802.15.4 packets. - Energy Detection on channel. - Setting the Channel for the radio. [b/w 11 - 26 channels] - Start and Stop the radio - h/w address filtering.

Re: [PATCH net-next v5 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio

2014-06-19 Thread Alexander Aring
Hi Varka, why do you add new features while you trying to get the first version mainline? On Thu, Jun 19, 2014 at 02:08:48PM +0530, Varka Bhadram wrote: This patch adds the driver support for the cc2520 radio. Driver support: - Tx and Rx of IEEE-802.15.4 packets. - Energy

Re: [PATCH net-next v5 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio

2014-06-19 Thread Varka Bhadram
Hi Alex, Thanks for the comments On 06/19/2014 04:14 PM, Alexander Aring wrote: Hi Varka, why do you add new features while you trying to get the first version mainline? This h/w address filtering feature is required for me to get CC2520 Hardware ACK, which enable TinyOS nodes to

Re: [PATCH net-next v5 1/3] ieee802154: cc2520: adds driver for TI CC2520 radio

2014-06-19 Thread Alexander Aring
On Thu, Jun 19, 2014 at 05:34:30PM +0530, Varka Bhadram wrote: Hi Alex, Thanks for the comments On 06/19/2014 04:14 PM, Alexander Aring wrote: Hi Varka, why do you add new features while you trying to get the first version mainline? Yes, address filtering is needed for AACK support.