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-
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
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