Re: [Linux-zigbee-devel] [PATCH net-next 0/4] 6lowpan: cleanup header creation

2013-10-30 Thread David Miller
From: Alexander Aring Date: Wed, 30 Oct 2013 09:18:20 +0100 > This patch series cleanup the 6LoWPAN header creation and extend the use > of skb_*_header functions. > > Patch 2/4 fix issues of parsing the mac header. The ieee802.15.4 header > has a dynamic size which depends on frame control bits

[Linux-zigbee-devel] [PATCH net-next 0/4] 6lowpan: cleanup header creation

2013-10-30 Thread Alexander Aring
This patch series cleanup the 6LoWPAN header creation and extend the use of skb_*_header functions. Patch 2/4 fix issues of parsing the mac header. The ieee802.15.4 header has a dynamic size which depends on frame control bits. This patch replaces the static mac header len calculation with a dynam