Merge branch '6lowpan'
authorDavid S. Miller <[email protected]>
Wed, 30 Oct 2013 21:18:57 +0000 (17:18 -0400)
committerDavid S. Miller <[email protected]>
Wed, 30 Oct 2013 21:18:57 +0000 (17:18 -0400)
Alexander Aring says:

====================
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 dynamic one.
====================

Signed-off-by: David S. Miller <[email protected]>

Trivial merge