aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2010-05-07 15:47:28 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 16:42:40 -0400
commitcee42f49931e610f47229385709385cc98efb856 (patch)
tree365b21a111979b35100ac5584ef09ae136df12f5 /drivers
parent202cfe106012c3917543ed8792be1affc37f107b (diff)
Staging: batman-adv: Update TODO file to reflect current state.
Not much left to do on the TODO list :-) Signed-off-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/batman-adv/TODO23
1 files changed, 3 insertions, 20 deletions
diff --git a/drivers/staging/batman-adv/TODO b/drivers/staging/batman-adv/TODO
index 2f15136b18e..518db7fd41b 100644
--- a/drivers/staging/batman-adv/TODO
+++ b/drivers/staging/batman-adv/TODO
@@ -1,23 +1,6 @@
1=> proc interface 1Request a review.
2* implement new interface to add/delete interfaces and setting options 2Process the comments from the review.
3* /proc/sys/net/batman-adv/ as main folder 3Move into mainline proper.
4* in interfaces/ list every available interface of the host
5* each interfaces/$iface/ contains the following files:
6-> enable (def: 0) [add/remove this interface to batman-adv]
7-> ogm_interval (def: 1000) [ogm interval of that interface]
8-> context (def: bat0) [later we want to support multiple mesh instances via
9-> bat0/bat1/bat2/..]
10-> status (read-only) [outputs the interface status from batman's
11-> perspective]
12* in mesh/batX/ list every available mesh subnet
13-> vis_server (def: 0) [enable/disable vis server for that mesh]
14-> vis_data (read-only) [outputs the vis data in a raw format]
15-> aggregate_ogm (def: 1) [enable/disable ogm aggregation for that mesh]
16-> originators (read-only) [outputs the originator table]
17-> transtable_global (read-only) [outputs the global translation table]
18-> transtable_local (read-only) [outputs the local translation table]
19
20=> fix checkpatch.pl errors
21 4
22Please send all patches to: 5Please send all patches to:
23 Marek Lindner <lindner_marek@yahoo.de> 6 Marek Lindner <lindner_marek@yahoo.de>