commit | a13061ec04e9168625427a591235b167d5499bc6 | [log] [tgz] |
---|---|---|
author | Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de> | Fri Mar 14 21:24:03 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Mar 14 22:15:26 2014 -0400 |
tree | 153f6ffdc04fcc15746c69e7155de73c0de78b0f | |
parent | ae531b9475f62c5e1863508604cd6b3faf362d56 [diff] |
6lowpan: move lowpan frag_info out of 802.15.4 headers Fragmentation and reassembly information for 6lowpan is independent from the 802.15.4 stack and used only by the 6lowpan reassembly process. Move the ieee802154_frag_info struct to a private are, it needn't be in the 802.15.4 skb control block. Signed-off-by: Phoebe Buckheister <phoebe.buckheister@itwm.fraunhofer.de> Signed-off-by: David S. Miller <davem@davemloft.net>