Hi, On 08/07/2016 04:30 PM, Alexander Aring wrote: > Hi, > > This patch series is my second RFC for making btle 6lowpan into the right > direction. > > I added hopefully all suggestions which I got from RFCv1. The interface address > will be assigned when the first l2cap chan connection gets in. This device > address will be get by "hci_copy_identity_address" bluetooth API function and > I hope this is the right function to get the "RPA device address". > > Checkout commit message of Patch 19/19 to see how I used it. > > Bad news are, I will start my master thesis shortly so I am not able to work > on this patch series anymore. > and I got the following warnings from bots/persons, I just send it here again for the next person who like to work on that or I forget it again the next time when I can work on this: "ERROR: "baswap" [net/6lowpan/6lowpan.ko] undefined!" This is because baswap is some compiled function in bluetooth module and 6lowpan doesn;t depend on that. Another issue: net/bluetooth/6lowpan.c:892:0-23: WARNING: lowpan_enabled_fops should be defined with DEFINE_DEBUGFS_ATTRIBUTE Use DEFINE_DEBUGFS_ATTRIBUTE rather than DEFINE_SIMPLE_ATTRIBUTE for debugfs files. which seems to be also affected in net/6lowpan/debugfs.c and net/bluetooth/hci_debugfs.c - Alex -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html