summaryrefslogtreecommitdiffstats
path: root/drivers/staging/batman-adv/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/batman-adv/TODO')
-rw-r--r--drivers/staging/batman-adv/TODO12
1 files changed, 8 insertions, 4 deletions
diff --git a/drivers/staging/batman-adv/TODO b/drivers/staging/batman-adv/TODO
index 518db7fd41b1..11c384f8b063 100644
--- a/drivers/staging/batman-adv/TODO
+++ b/drivers/staging/batman-adv/TODO
@@ -1,10 +1,14 @@
-Request a review.
-Process the comments from the review.
-Move into mainline proper.
+ * 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
Please send all patches to:
Marek Lindner <lindner_marek@yahoo.de>
Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
Andrew Lunn <andrew@lunn.ch>
- b.a.t.m.a.n@lists.open-mesh.net
+ b.a.t.m.a.n@lists.open-mesh.org
Greg Kroah-Hartman <gregkh@suse.de>