Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

batman-adv: update email address for Marek Lindner

Signed-off-by: Marek Lindner <mareklindner@neomailbox.ch>
Signed-off-by: Antonio Quartulli <antonio@meshcoding.com>

authored by

Marek Lindner and committed by
Antonio Quartulli
bc58eeef 9f686951

+10 -10
+2 -2
Documentation/ABI/testing/sysfs-class-net-batman-adv
··· 1 1 2 2 What: /sys/class/net/<iface>/batman-adv/iface_status 3 3 Date: May 2010 4 - Contact: Marek Lindner <lindner_marek@yahoo.de> 4 + Contact: Marek Lindner <mareklindner@neomailbox.ch> 5 5 Description: 6 6 Indicates the status of <iface> as it is seen by batman. 7 7 8 8 What: /sys/class/net/<iface>/batman-adv/mesh_iface 9 9 Date: May 2010 10 - Contact: Marek Lindner <lindner_marek@yahoo.de> 10 + Contact: Marek Lindner <mareklindner@neomailbox.ch> 11 11 Description: 12 12 The /sys/class/net/<iface>/batman-adv/mesh_iface file 13 13 displays the batman mesh interface this <iface>
+6 -6
Documentation/ABI/testing/sysfs-class-net-mesh
··· 1 1 2 2 What: /sys/class/net/<mesh_iface>/mesh/aggregated_ogms 3 3 Date: May 2010 4 - Contact: Marek Lindner <lindner_marek@yahoo.de> 4 + Contact: Marek Lindner <mareklindner@neomailbox.ch> 5 5 Description: 6 6 Indicates whether the batman protocol messages of the 7 7 mesh <mesh_iface> shall be aggregated or not. ··· 41 41 42 42 What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth 43 43 Date: October 2010 44 - Contact: Marek Lindner <lindner_marek@yahoo.de> 44 + Contact: Marek Lindner <mareklindner@neomailbox.ch> 45 45 Description: 46 46 Defines the bandwidth which is propagated by this 47 47 node if gw_mode was set to 'server'. 48 48 49 49 What: /sys/class/net/<mesh_iface>/mesh/gw_mode 50 50 Date: October 2010 51 - Contact: Marek Lindner <lindner_marek@yahoo.de> 51 + Contact: Marek Lindner <mareklindner@neomailbox.ch> 52 52 Description: 53 53 Defines the state of the gateway features. Can be 54 54 either 'off', 'client' or 'server'. 55 55 56 56 What: /sys/class/net/<mesh_iface>/mesh/gw_sel_class 57 57 Date: October 2010 58 - Contact: Marek Lindner <lindner_marek@yahoo.de> 58 + Contact: Marek Lindner <mareklindner@neomailbox.ch> 59 59 Description: 60 60 Defines the selection criteria this node will use 61 61 to choose a gateway if gw_mode was set to 'client'. ··· 77 77 78 78 What: /sys/class/net/<mesh_iface>/mesh/orig_interval 79 79 Date: May 2010 80 - Contact: Marek Lindner <lindner_marek@yahoo.de> 80 + Contact: Marek Lindner <mareklindner@neomailbox.ch> 81 81 Description: 82 82 Defines the interval in milliseconds in which batman 83 83 sends its protocol messages. 84 84 85 85 What: /sys/class/net/<mesh_iface>/mesh/routing_algo 86 86 Date: Dec 2011 87 - Contact: Marek Lindner <lindner_marek@yahoo.de> 87 + Contact: Marek Lindner <mareklindner@neomailbox.ch> 88 88 Description: 89 89 Defines the routing procotol this mesh instance 90 90 uses to find the optimal paths through the mesh.
+1 -1
Documentation/networking/batman-adv.txt
··· 199 199 200 200 You can also contact the Authors: 201 201 202 - Marek Lindner <lindner_marek@yahoo.de> 202 + Marek Lindner <mareklindner@neomailbox.ch> 203 203 Simon Wunderlich <sw@simonwunderlich.de>
+1 -1
net/batman-adv/main.h
··· 20 20 #ifndef _NET_BATMAN_ADV_MAIN_H_ 21 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 24 "Simon Wunderlich <sw@simonwunderlich.de>" 25 25 #define BATADV_DRIVER_DESC "B.A.T.M.A.N. advanced" 26 26 #define BATADV_DRIVER_DEVICE "batman-adv"