Re: [Linux-zigbee-devel] [PATCH 1/9] ieee802154: mlme reset for netlink interface

2012-02-24 Thread David Miller
I don't know what you expect to be done with these patches. If you don't send them to [email protected] then as far as I'm concerned they don't exist at all and I will not apply them. -- Virtualization & Cloud Manag

[Linux-zigbee-devel] [PATCH 8/9] mac802154: MLME PIB Implementation - add MLME-SET

2012-02-24 Thread Prajosh Premdas
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 cha

[Linux-zigbee-devel] [PATCH 7/9] mac802154: MLME PIB Implementation - add MLME-GET

2012-02-24 Thread Prajosh Premdas
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 cha

[Linux-zigbee-devel] [PATCH 9/9] mac802154: MLME PIB Implementation - remove mib

2012-02-24 Thread Prajosh Premdas
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 | 10

[Linux-zigbee-devel] [PATCH 4/9] ieee802154: Adds PIB set/get request/confirm to NL interface

2012-02-24 Thread Prajosh Premdas
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 c

[Linux-zigbee-devel] [PATCH 5/9] mac802154: Header file changes for MAC PIB set/get implementation

2012-02-24 Thread Prajosh Premdas
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 ++---

[Linux-zigbee-devel] [PATCH 3/9] ieee802154: Header file changes for PIB get/set via NL

2012-02-24 Thread Prajosh Premdas
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 ++

[Linux-zigbee-devel] [PATCH 6/9] mac802154: MLME PIB Implementation - Add new file mlme_pib.c

2012-02-24 Thread Prajosh Premdas
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(

[Linux-zigbee-devel] [PATCH 1/9] ieee802154: mlme reset for netlink interface

2012-02-24 Thread Prajosh Premdas
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/n

[Linux-zigbee-devel] [PATCH 2/9] ieee802154: added MAC PIB attribute ids

2012-02-24 Thread Prajosh Premdas
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 deletions