aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/ABI/testing/sysfs-class-net-batman-adv4
-rw-r--r--Documentation/ABI/testing/sysfs-class-net-mesh12
-rw-r--r--Documentation/networking/batman-adv.txt2
-rw-r--r--net/batman-adv/main.h2
4 files changed, 10 insertions, 10 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-net-batman-adv b/Documentation/ABI/testing/sysfs-class-net-batman-adv
index bdc00707c751..7f34a95bb963 100644
--- a/Documentation/ABI/testing/sysfs-class-net-batman-adv
+++ b/Documentation/ABI/testing/sysfs-class-net-batman-adv
@@ -1,13 +1,13 @@
1 1
2What: /sys/class/net/<iface>/batman-adv/iface_status 2What: /sys/class/net/<iface>/batman-adv/iface_status
3Date: May 2010 3Date: May 2010
4Contact: Marek Lindner <lindner_marek@yahoo.de> 4Contact: Marek Lindner <mareklindner@neomailbox.ch>
5Description: 5Description:
6 Indicates the status of <iface> as it is seen by batman. 6 Indicates the status of <iface> as it is seen by batman.
7 7
8What: /sys/class/net/<iface>/batman-adv/mesh_iface 8What: /sys/class/net/<iface>/batman-adv/mesh_iface
9Date: May 2010 9Date: May 2010
10Contact: Marek Lindner <lindner_marek@yahoo.de> 10Contact: Marek Lindner <mareklindner@neomailbox.ch>
11Description: 11Description:
12 The /sys/class/net/<iface>/batman-adv/mesh_iface file 12 The /sys/class/net/<iface>/batman-adv/mesh_iface file
13 displays the batman mesh interface this <iface> 13 displays the batman mesh interface this <iface>
diff --git a/Documentation/ABI/testing/sysfs-class-net-mesh b/Documentation/ABI/testing/sysfs-class-net-mesh
index a86528c38237..dfdea2bc2286 100644
--- a/Documentation/ABI/testing/sysfs-class-net-mesh
+++ b/Documentation/ABI/testing/sysfs-class-net-mesh
@@ -1,7 +1,7 @@
1 1
2What: /sys/class/net/<mesh_iface>/mesh/aggregated_ogms 2What: /sys/class/net/<mesh_iface>/mesh/aggregated_ogms
3Date: May 2010 3Date: May 2010
4Contact: Marek Lindner <lindner_marek@yahoo.de> 4Contact: Marek Lindner <mareklindner@neomailbox.ch>
5Description: 5Description:
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.
@@ -41,21 +41,21 @@ Description:
41 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 <mareklindner@neomailbox.ch>
45Description: 45Description:
46 Defines the bandwidth which is propagated by this 46 Defines the bandwidth which is propagated by this
47 node if gw_mode was set to 'server'. 47 node if gw_mode was set to 'server'.
48 48
49What: /sys/class/net/<mesh_iface>/mesh/gw_mode 49What: /sys/class/net/<mesh_iface>/mesh/gw_mode
50Date: October 2010 50Date: October 2010
51Contact: Marek Lindner <lindner_marek@yahoo.de> 51Contact: Marek Lindner <mareklindner@neomailbox.ch>
52Description: 52Description:
53 Defines the state of the gateway features. Can be 53 Defines the state of the gateway features. Can be
54 either 'off', 'client' or 'server'. 54 either 'off', 'client' or 'server'.
55 55
56What: /sys/class/net/<mesh_iface>/mesh/gw_sel_class 56What: /sys/class/net/<mesh_iface>/mesh/gw_sel_class
57Date: October 2010 57Date: October 2010
58Contact: Marek Lindner <lindner_marek@yahoo.de> 58Contact: Marek Lindner <mareklindner@neomailbox.ch>
59Description: 59Description:
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'.
@@ -77,14 +77,14 @@ Description:
77 77
78What: /sys/class/net/<mesh_iface>/mesh/orig_interval 78What: /sys/class/net/<mesh_iface>/mesh/orig_interval
79Date: May 2010 79Date: May 2010
80Contact: Marek Lindner <lindner_marek@yahoo.de> 80Contact: Marek Lindner <mareklindner@neomailbox.ch>
81Description: 81Description:
82 Defines the interval in milliseconds in which batman 82 Defines the interval in milliseconds in which batman
83 sends its protocol messages. 83 sends its protocol messages.
84 84
85What: /sys/class/net/<mesh_iface>/mesh/routing_algo 85What: /sys/class/net/<mesh_iface>/mesh/routing_algo
86Date: Dec 2011 86Date: Dec 2011
87Contact: Marek Lindner <lindner_marek@yahoo.de> 87Contact: Marek Lindner <mareklindner@neomailbox.ch>
88Description: 88Description:
89 Defines the routing procotol this mesh instance 89 Defines the routing procotol this mesh instance
90 uses to find the optimal paths through the mesh. 90 uses to find the optimal paths through the mesh.
diff --git a/Documentation/networking/batman-adv.txt b/Documentation/networking/batman-adv.txt
index 89ace66bfe9a..89490beb3c0b 100644
--- a/Documentation/networking/batman-adv.txt
+++ b/Documentation/networking/batman-adv.txt
@@ -199,5 +199,5 @@ Mailing-list: b.a.t.m.a.n@open-mesh.org (optional subscription
199 199
200You can also contact the Authors: 200You can also contact the Authors:
201 201
202Marek Lindner <lindner_marek@yahoo.de> 202Marek Lindner <mareklindner@neomailbox.ch>
203Simon Wunderlich <sw@simonwunderlich.de> 203Simon Wunderlich <sw@simonwunderlich.de>
diff --git a/net/batman-adv/main.h b/net/batman-adv/main.h
index c754f8e5bc3c..ff55dccbf6e4 100644
--- a/net/batman-adv/main.h
+++ b/net/batman-adv/main.h
@@ -20,7 +20,7 @@
20#ifndef _NET_BATMAN_ADV_MAIN_H_ 20#ifndef _NET_BATMAN_ADV_MAIN_H_
21#define _NET_BATMAN_ADV_MAIN_H_ 21#define _NET_BATMAN_ADV_MAIN_H_
22 22
23#define BATADV_DRIVER_AUTHOR "Marek Lindner <lindner_marek@yahoo.de>, " \ 23#define BATADV_DRIVER_AUTHOR "Marek Lindner <mareklindner@neomailbox.ch>, " \
24 "Simon Wunderlich <sw@simonwunderlich.de>" 24 "Simon Wunderlich <sw@simonwunderlich.de>"
25#define BATADV_DRIVER_DESC "B.A.T.M.A.N. advanced" 25#define BATADV_DRIVER_DESC "B.A.T.M.A.N. advanced"
26#define BATADV_DRIVER_DEVICE "batman-adv" 26#define BATADV_DRIVER_DEVICE "batman-adv"