X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=drivers%2Fstaging%2Fbatman-adv%2FTODO;h=11c384f8b063d2ce43d560f114d6e69a32e78867;hb=1ee600ced32c4cabaeead0a4e84a6d4c9110f82c;hp=9c5aea20be153d24de2e25ac5dac81a64ed4645b;hpb=5a4179460cb50d939a2ae713cf88fcbff75f2c1c;p=pandora-kernel.git diff --git a/drivers/staging/batman-adv/TODO b/drivers/staging/batman-adv/TODO index 9c5aea20be15..11c384f8b063 100644 --- a/drivers/staging/batman-adv/TODO +++ b/drivers/staging/batman-adv/TODO @@ -1,6 +1,7 @@ - * Use hweight* for hamming weight calculation - * Save/cache packets direktly as skb instead of using a normal memory region - and copying it in a skb using send_raw_packet and similar functions + * remove own list functionality from hash + * use hlist_head, hlist_node in hash + * don't use callbacks for compare+choose in hash + * think about more efficient ways instead of abstraction of hash * Request a new review * Process the comments from the review * Move into mainline proper @@ -9,5 +10,5 @@ Please send all patches to: Marek Lindner Simon Wunderlich Andrew Lunn - b.a.t.m.a.n@lists.open-mesh.net + b.a.t.m.a.n@lists.open-mesh.org Greg Kroah-Hartman