]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '6lowpan'
authorDavid S. Miller <davem@davemloft.net>
Wed, 30 Oct 2013 21:18:57 +0000 (17:18 -0400)
committerDavid S. Miller <davem@davemloft.net>
Wed, 30 Oct 2013 21:18:57 +0000 (17:18 -0400)
commit685e4cce86291d5b7f8c446e043c9ce3dbf199fb
tree6483821dfea97939caae9b0136884a12d2bd39f7
parent8ea1657d34ba988a8eac9a26962b6006aec7d040
parent4deb6ef659332db4591cd79a7ca7b055dafecddf
Merge branch '6lowpan'

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 <davem@davemloft.net>