same
--
Regards,
Prajosh Premdas
--
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1___
Linux-zigbee-devel mailing list
Linux-zigbee-
Thanks a lot Alexander and Jon
2011/11/8 Alexander Smirnov
> Hello,
>
> IIRC Werner (I added him to Cc) has reworked version of at91 driver for
> USB support.
>
> To Werner: sorry if I'm wrong.
>
> With best regards,
> Alex
>
> 08.11.2011, в 19:48, P
trans-receiver available in market?
--
Regards,
Prajosh Premdas
--
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats
inux-zigbee-devel mailing list
> Linux-zigbee-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
>
--
Regards,
Prajosh Premdas
--
Cloud Computing - Latest Buzzword o
From: Felix Varghese
Added #defines for MAC PIB attribute ids and default values for PIB attributes
Signed-off-by: Felix Varghese
Signed-off-by: Prajosh Premdas
---
include/net/ieee802154.h | 148 ++
1 files changed, 137 insertions(+), 11
From: Felix Varghese
Adds new file mlme_pib.c and function for resetting all PIB attributes
to their default values
Signed-off-by: Felix Varghese
Signed-off-by: Prajosh Premdas
---
net/mac802154/mlme_pib.c | 152 ++
1 files changed, 152 insertions
mlme reset functionality has been added for netlink socket interface
attributes mentioned are as per the IEEE 802.15.4 - 2006 specification
Tested on SAM9G20-EK board
Signed-off-by: Prajosh Premdas
---
include/linux/nl802154.h|2 +
include/net/ieee802154_netdev.h |2 +
include
From: Felix Varghese
Added function prototypes, structure definitions and netlink attributes for
supporting PIB get/set functionality
Signed-off-by: Felix Varghese
Signed-off-by: Prajosh Premdas
---
include/linux/nl802154.h|3 +++
include/net/ieee802154_netdev.h | 19
From: Felix Varghese
Adds structure definitions and function prototypes for implementing PIB
get and set primitives
Signed-off-by: Felix Varghese
Signed-off-by: Prajosh Premdas
---
include/net/mac802154.h | 10 +++
net/mac802154/mac802154.h | 58
From: Felix Varghese
This patch adds functions for invoking PIB set and get to the Netlink interface.
Signed-off-by: Felix Varghese
Signed-off-by: Prajosh Premdas
---
net/ieee802154/nl-mac.c| 141
net/ieee802154/nl_policy.c |4 +
2 files
From: Felix Varghese
Replaces the existing mib implementation where only some of the
attributes are supported with the new MLME-PIB implementation.
Signed-off-by: Felix Varghese
Signed-off-by: Prajosh Premdas
---
net/mac802154/Makefile |3 ++-
net/mac802154/ieee802154_dev.c
From: Felix Varghese
Adds the implementation for MLME-GET primitive in mac802154.
This is according to IEEE 802.15.4-2006 specification.
Signed-off-by: Felix Varghese
Signed-off-by: Prajosh Premdas
---
net/mac802154/mlme_pib.c | 211 +-
1 files
From: Felix Varghese
Adds the implementation for MLME-SET primitive in mac802154.
This is according to IEEE 802.15.4-2006 specification.
Signed-off-by: Felix Varghese
Signed-off-by: Prajosh Premdas
---
net/mac802154/mlme_pib.c | 186 ++
1 files
Hi
I wanted help in reviewing these patches. Could anybody please review these
patches . If i have made any mistake in the patch format please point it
out to me.
Sorry for any obvious mistakes.
Regards
Prajosh Premdas
On Fri, Feb 24, 2012 at 2:32 PM, Prajosh Premdas
wrote:
> mlme re
the radio to a network interface as
described above it can be handled.
Please review my observations and give me feedback on the same
--
Regards,
Prajosh Premdas
--
Virtualization & Cloud Management Using Capa
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
no, we
> must not restrict user in allocating one interface per radio.
>
> BTW: mac80211 (which we used as a model to follow in some points)
> does not have any restrictions on its own in this area. Most of the
> restrictions
> come from hardware. And even in that case it is
far send patches of nl based changes only.
I think we should use IIRchat and sync up on the design before
proceeding further.
A new 802.15.4g std is in pipeline with a higher mpdu size and lots of
additional modes.
>
> Regards,
> Felix.
--
Regards,
Prajosh Premdas
On Sun, Mar 4, 2012 at 11:08 PM, jonsm...@gmail.com wrote:
> On Sun, Mar 4, 2012 at 12:19 PM, Prajosh Premdas
> wrote:
>> On Sun, Mar 4, 2012 at 9:59 PM, Felix Varghese wrote:
>>> Hi,
>>>
>>>> BTW: I remember rf231/rf212 chips having ACK/filter MAC acce
On Sun, Mar 4, 2012 at 11:30 PM, jonsm...@gmail.com wrote:
> On Sun, Mar 4, 2012 at 12:45 PM, Prajosh Premdas
> wrote:
>> On Sun, Mar 4, 2012 at 11:08 PM, jonsm...@gmail.com
>> wrote:
>>> On Sun, Mar 4, 2012 at 12:19 PM, Prajosh Premdas
>>> wrote:
>&g
e most important
> part of the standard to implement. It is true that we did not implement
> GET/SET/RESET commands due to various reasons ranging from
> problems with designing good interface to PIB. I'm not sure that
> NetLink is well suited for such task. Could you please consult
On Mon, Mar 5, 2012 at 12:46 AM, Dmitry Eremin-Solenikov
wrote:
> John,
>
> On 04/03/12 21:38, jonsm...@gmail.com wrote:
>> On Sun, Mar 4, 2012 at 12:19 PM, Prajosh Premdas
>> wrote:
>>> On Sun, Mar 4, 2012 at 9:59 PM, Felix Varghese wrote:
>
>>>>
On Mon, Mar 5, 2012 at 12:57 AM, Dmitry Eremin-Solenikov
wrote:
> On 04/03/12 23:19, Prajosh Premdas wrote:
>> On Mon, Mar 5, 2012 at 12:31 AM, Dmitry Eremin-Solenikov
>> wrote:
>>> Hello,
>>>
>>> On Sun, Mar 4, 2012 at 9:05 PM, Felix Varghese wrote:
puting to be delivered as a service.
> http://www.accelacomm.com/jaw/sfnl/114/51521223/
> ___
> Linux-zigbee-devel mailing list
> Linux-zigbee-devel@lists.sourceforge.net
Linux
2. understanding of the existing work.
3. Create a common work plan
We can finalize the topics and take a snap shot of this and place it
in the trac wiki.
--
Regards,
Prajosh Premdas
--
Keep Your Developer
_
> Linux-zigbee-devel mailing list
> Linux-zigbee-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
>
--
Regards,
Prajosh Premdas
-
share it with me?
If above both conditions are NULL can any body can lend a hand(two
hands) in fixing them :)
--
Regards,
Prajosh Premdas
--
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
gt; Linux-zigbee-devel mailing list
> Linux-zigbee-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel
>
--
Regards,
Prajosh Premdas
--
Live Security Virtual Conference
s can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> Linux-zigbee-devel mailing list
> Linux-zigbee-devel@lists.sourceforge.net
> Explore tips for MPI, OpenMP, advanced profiling, and more. Get the most
> from
> the latest Intel processors and coprocessors. See abstracts and register >
> http://pubads.g.doubleclick.net/gampad/clk?id=60133471&iu=/4140/os
30 matches
Mail list logo