Merge branch 'ieee802154-next'
authorDavid S. Miller <davem@davemloft.net>
Thu, 15 May 2014 19:51:52 +0000 (15:51 -0400)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 May 2014 19:51:52 +0000 (15:51 -0400)
Phoebe Buckheister says:

====================
802154: some cleanups and fixes

This series adds some definitions for 802.15.4 header fields that were missing,
changes 6lowpan fragmentation to be aware of security headers and fixes
802.15.4 datagram socket sendmsg(), which was entirely incompliant to date.
Also a few minor changes to mac_cb handling, mark a single-use function static,
and correctly check for EMSGSIZE conditions during wpan_header_create.

Changes since v1:
  * rename mac_cb_alloc to mac_cb_init
  * catch all error cases of sendmsg() instead of only !conn && msg_name
  * redo 6lowpan fragmentation to not clone lower layer headers
====================

Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge