aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Eckelmann <sven.eckelmann@gmx.de>2010-07-20 18:25:22 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-22 17:29:33 -0400
commit4cae2597f5455a3c8ffc6c200b34e15c83184579 (patch)
treec7f8ebae3edc5ae7017a725ff0a57a8a0e14803f
parentc0cad1e7b81bc9601866586af6dcd6fde8c908ef (diff)
Staging: batman-adv: Update TODO with new points from review
David S. Miller provided some new ideas and found problems in his review 20100719.212625.255369607.davem@davemloft.net. These issues must be resolved before it can be merged into net. Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
-rw-r--r--drivers/staging/batman-adv/TODO9
1 files changed, 6 insertions, 3 deletions
diff --git a/drivers/staging/batman-adv/TODO b/drivers/staging/batman-adv/TODO
index 518db7fd41b..9c5aea20be1 100644
--- a/drivers/staging/batman-adv/TODO
+++ b/drivers/staging/batman-adv/TODO
@@ -1,6 +1,9 @@
1Request a review. 1 * Use hweight* for hamming weight calculation
2Process the comments from the review. 2 * Save/cache packets direktly as skb instead of using a normal memory region
3Move into mainline proper. 3 and copying it in a skb using send_raw_packet and similar functions
4 * Request a new review
5 * Process the comments from the review
6 * Move into mainline proper
4 7
5Please send all patches to: 8Please send all patches to:
6 Marek Lindner <lindner_marek@yahoo.de> 9 Marek Lindner <lindner_marek@yahoo.de>