diff options
-rw-r--r-- | drivers/staging/batman-adv/TODO | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/staging/batman-adv/TODO b/drivers/staging/batman-adv/TODO index 59137312d03c..11c384f8b063 100644 --- a/drivers/staging/batman-adv/TODO +++ b/drivers/staging/batman-adv/TODO | |||
@@ -1,3 +1,7 @@ | |||
1 | * remove own list functionality from hash | ||
2 | * use hlist_head, hlist_node in hash | ||
3 | * don't use callbacks for compare+choose in hash | ||
4 | * think about more efficient ways instead of abstraction of hash | ||
1 | * Request a new review | 5 | * Request a new review |
2 | * Process the comments from the review | 6 | * Process the comments from the review |
3 | * Move into mainline proper | 7 | * Move into mainline proper |