[Linux-zigbee-devel] [RFC linux-wpan-next 1/2] ieee802154: dgram: change dgram_sock defination

2014-07-25 Thread varkabhadram
From: Varka Bhadram This patch fix struct dgram_sock defination style. We are using bit fields in the struct dgram_sock but every bit field of type 'unsigned int'. In this case remaining bit fields are unused here. So by changing the style of declaration we can utilise every bit field. Signed-

[Linux-zigbee-devel] [RFC linux-wpan-next 2/2] ieee802154: dgram: fix bool secen

2014-07-25 Thread varkabhadram
From: Varka Bhadram Signed-off-by: Varka Bhadram --- net/ieee802154/dgram.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/ieee802154/dgram.c b/net/ieee802154/dgram.c index e166c2e..69bcc06 100644 --- a/net/ieee802154/dgram.c +++ b/net/ieee802154/dgram.c @@ -497

Re: [Linux-zigbee-devel] lowpan_rcv

2014-07-25 Thread Alexander Aring
On Thu, Jul 24, 2014 at 09:57:12PM +0100, Martin Townsend wrote: > On 24/07/14 17:56, Alexander Aring wrote: > >On Thu, Jul 24, 2014 at 06:46:10PM +0200, Alexander Aring wrote: > When using the fragmentation mechanism described in > Section 5.3 of [RFC4944], any header that cannot fit withi