diff options
author | Marek Lindner <[email protected]> | 2010-10-19 11:59:12 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2010-10-19 10:04:16 -0700 |
commit | 3c45603024c8dd5321f9504b351df3cb825e5951 (patch) | |
tree | 1a46b6e1162a3a2d880f48673b76679e3482f8ef | |
parent | 5dfa2ba9e658f099c11eab251da348429f6a9d7d (diff) |
Staging: batman-adv: document fragmentation sysfs API
Signed-off-by: Marek Lindner <[email protected]>
Signed-off-by: Sven Eckelmann <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | drivers/staging/batman-adv/sysfs-class-net-mesh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/batman-adv/sysfs-class-net-mesh b/drivers/staging/batman-adv/sysfs-class-net-mesh index 5aa1912e4553..b4cdb6038bf1 100644 --- a/drivers/staging/batman-adv/sysfs-class-net-mesh +++ b/drivers/staging/batman-adv/sysfs-class-net-mesh @@ -14,6 +14,14 @@ Description: mesh will be sent using multiple interfaces at the same time (if available). +What: /sys/class/net/<mesh_iface>/mesh/fragmentation +Date: October 2010 +Contact: Andreas Langer <[email protected]> +Description: + Indicates whether the data traffic going through the + mesh will be fragmented or silently discarded if the + packet size exceeds the outgoing interface MTU. + What: /sys/class/net/<mesh_iface>/mesh/orig_interval Date: May 2010 Contact: Marek Lindner <[email protected]> |