aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarek Lindner <lindner_marek@yahoo.de>2012-10-21 05:02:25 -0400
committerAntonio Quartulli <ordex@autistici.org>2012-11-21 06:34:50 -0500
commit60d8cce7c53f188d99cb01a0a013cf3544f35e29 (patch)
treea41340d5f967899c03f0f84784ef2dbe697c69e3
parentbb351ba0bba23f01af00e36bfe20897201f404fa (diff)
batman-adv: sysfs documentation should keep alphabetical order
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
-rw-r--r--Documentation/ABI/testing/sysfs-class-net-batman-adv11
-rw-r--r--Documentation/ABI/testing/sysfs-class-net-mesh40
2 files changed, 26 insertions, 25 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-net-batman-adv b/Documentation/ABI/testing/sysfs-class-net-batman-adv
index 38dd762def4..bdc00707c75 100644
--- a/Documentation/ABI/testing/sysfs-class-net-batman-adv
+++ b/Documentation/ABI/testing/sysfs-class-net-batman-adv
@@ -1,4 +1,10 @@
1 1
2What: /sys/class/net/<iface>/batman-adv/iface_status
3Date: May 2010
4Contact: Marek Lindner <lindner_marek@yahoo.de>
5Description:
6 Indicates the status of <iface> as it is seen by batman.
7
2What: /sys/class/net/<iface>/batman-adv/mesh_iface 8What: /sys/class/net/<iface>/batman-adv/mesh_iface
3Date: May 2010 9Date: May 2010
4Contact: Marek Lindner <lindner_marek@yahoo.de> 10Contact: Marek Lindner <lindner_marek@yahoo.de>
@@ -7,8 +13,3 @@ Description:
7 displays the batman mesh interface this <iface> 13 displays the batman mesh interface this <iface>
8 currently is associated with. 14 currently is associated with.
9 15
10What: /sys/class/net/<iface>/batman-adv/iface_status
11Date: May 2010
12Contact: Marek Lindner <lindner_marek@yahoo.de>
13Description:
14 Indicates the status of <iface> as it is seen by batman.
diff --git a/Documentation/ABI/testing/sysfs-class-net-mesh b/Documentation/ABI/testing/sysfs-class-net-mesh
index c81fe89c4c4..bc41da61608 100644
--- a/Documentation/ABI/testing/sysfs-class-net-mesh
+++ b/Documentation/ABI/testing/sysfs-class-net-mesh
@@ -6,6 +6,14 @@ Description:
6 Indicates whether the batman protocol messages of the 6 Indicates whether the batman protocol messages of the
7 mesh <mesh_iface> shall be aggregated or not. 7 mesh <mesh_iface> shall be aggregated or not.
8 8
9What: /sys/class/net/<mesh_iface>/mesh/ap_isolation
10Date: May 2011
11Contact: Antonio Quartulli <ordex@autistici.org>
12Description:
13 Indicates whether the data traffic going from a
14 wireless client to another wireless client will be
15 silently dropped.
16
9What: /sys/class/net/<mesh_iface>/mesh/bonding 17What: /sys/class/net/<mesh_iface>/mesh/bonding
10Date: June 2010 18Date: June 2010
11Contact: Simon Wunderlich <siwu@hrz.tu-chemnitz.de> 19Contact: Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
@@ -31,14 +39,6 @@ Description:
31 mesh will be fragmented or silently discarded if the 39 mesh will be fragmented or silently discarded if the
32 packet size exceeds the outgoing interface MTU. 40 packet size exceeds the outgoing interface MTU.
33 41
34What: /sys/class/net/<mesh_iface>/mesh/ap_isolation
35Date: May 2011
36Contact: Antonio Quartulli <ordex@autistici.org>
37Description:
38 Indicates whether the data traffic going from a
39 wireless client to another wireless client will be
40 silently dropped.
41
42What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth 42What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth
43Date: October 2010 43Date: October 2010
44Contact: Marek Lindner <lindner_marek@yahoo.de> 44Contact: Marek Lindner <lindner_marek@yahoo.de>
@@ -60,6 +60,13 @@ Description:
60 Defines the selection criteria this node will use 60 Defines the selection criteria this node will use
61 to choose a gateway if gw_mode was set to 'client'. 61 to choose a gateway if gw_mode was set to 'client'.
62 62
63What: /sys/class/net/<mesh_iface>/mesh/hop_penalty
64Date: Oct 2010
65Contact: Linus Lüssing <linus.luessing@web.de>
66Description:
67 Defines the penalty which will be applied to an
68 originator message's tq-field on every hop.
69
63What: /sys/class/net/<mesh_iface>/mesh/orig_interval 70What: /sys/class/net/<mesh_iface>/mesh/orig_interval
64Date: May 2010 71Date: May 2010
65Contact: Marek Lindner <lindner_marek@yahoo.de> 72Contact: Marek Lindner <lindner_marek@yahoo.de>
@@ -67,19 +74,12 @@ Description:
67 Defines the interval in milliseconds in which batman 74 Defines the interval in milliseconds in which batman
68 sends its protocol messages. 75 sends its protocol messages.
69 76
70What: /sys/class/net/<mesh_iface>/mesh/hop_penalty 77What: /sys/class/net/<mesh_iface>/mesh/routing_algo
71Date: Oct 2010 78Date: Dec 2011
72Contact: Linus Lüssing <linus.luessing@web.de> 79Contact: Marek Lindner <lindner_marek@yahoo.de>
73Description:
74 Defines the penalty which will be applied to an
75 originator message's tq-field on every hop.
76
77What: /sys/class/net/<mesh_iface>/mesh/routing_algo
78Date: Dec 2011
79Contact: Marek Lindner <lindner_marek@yahoo.de>
80Description: 80Description:
81 Defines the routing procotol this mesh instance 81 Defines the routing procotol this mesh instance
82 uses to find the optimal paths through the mesh. 82 uses to find the optimal paths through the mesh.
83 83
84What: /sys/class/net/<mesh_iface>/mesh/vis_mode 84What: /sys/class/net/<mesh_iface>/mesh/vis_mode
85Date: May 2010 85Date: May 2010