Hi, this patch series cleanups a little bit the current 6lowpan dataflow. Mostly used more function which we already included mainline and use ipv6 api instead of own implemented functions. At least I remove some unused functions and magic numbers.
I will send it to netdev if all things looks fine. - Alex Alexander Aring (10): 6lowpan_rtnl: remove unused function 6lowpan_rtnl: remove magic addr len numbers 6lowpan_rtnl: cleanup broadcast addr compare 6lowpan_iphc: rename hc06_ptr pointer to hc_ptr 6lowpan: allow to skip bytes in lowpan_fetch_skb 6lowpan: use sizeof in udp uncompression 6lowpan: cleanup use of lowpan_fetch_skb 6lowpan_iphc: cleanup use of lowpan_push_hc_data 6lowpan: use ipv6 for check on addr types 6lowpan: remove unused macros include/net/6lowpan.h | 66 +--------------- net/bluetooth/6lowpan.c | 4 +- net/ieee802154/6lowpan_iphc.c | 180 ++++++++++++++++++++++-------------------- net/ieee802154/6lowpan_rtnl.c | 26 +++--- 4 files changed, 111 insertions(+), 165 deletions(-) -- 1.9.0 ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Linux-zigbee-devel mailing list Linux-zigbee-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-zigbee-devel