netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] 6lowpan: header cleanup
@ 2014-03-05 13:29 Alexander Aring
  2014-03-05 13:29 ` [PATCH net-next 1/2] 6lowpan: add missing include of net/ipv6.h Alexander Aring
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Alexander Aring @ 2014-03-05 13:29 UTC (permalink / raw)
  To: marcel
  Cc: gustavo, johan.hedberg, davem, alex.bluesman.smirnov, dbaryshkov,
	linux-bluetooth, netdev, Alexander Aring

Hi,

this patch series fix a missing include of 6LoWPAN header and move it
into the include/net directory. Since we did some code sharing with
bluetooth 6LoWPAN the header turns into a generic header for 6LoWPAN.
Instead to use a relative path in bluetooth 6LoWPAN we can now use
include <net/6lowpan.h>.

- Alex

Alexander Aring (2):
  6lowpan: add missing include of net/ipv6.h
  6lowpan: move 6lowpan header to include/net

 {net/ieee802154 => include/net}/6lowpan.h | 2 ++
 net/bluetooth/6lowpan.c                   | 2 +-
 net/ieee802154/6lowpan_iphc.c             | 3 +--
 net/ieee802154/6lowpan_rtnl.c             | 2 +-
 net/ieee802154/reassembly.c               | 2 +-
 5 files changed, 6 insertions(+), 5 deletions(-)
 rename {net/ieee802154 => include/net}/6lowpan.h (99%)

-- 
1.9.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-03-06 22:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-05 13:29 [PATCH net-next 0/2] 6lowpan: header cleanup Alexander Aring
2014-03-05 13:29 ` [PATCH net-next 1/2] 6lowpan: add missing include of net/ipv6.h Alexander Aring
     [not found] ` <1394026145-18981-1-git-send-email-alex.aring-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2014-03-05 13:29   ` [PATCH net-next 2/2] 6lowpan: move 6lowpan header to include/net Alexander Aring
2014-03-06 22:22 ` [PATCH net-next 0/2] 6lowpan: header cleanup David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).