diff options
author | David S. Miller <davem@davemloft.net> | 2011-08-24 19:33:00 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2011-08-24 19:33:00 +0200 |
commit | 0e43182c0c9482a26a4108da9254f3e2869a8e18 (patch) | |
tree | 4631b42bebca8dd9bca61e167e543aabd3b981a7 /Documentation | |
parent | net: add APIs for manipulating skb page fragments. (diff) | |
parent | batman-adv: merge update_transtable() into tt related code (diff) | |
download | linux-0e43182c0c9482a26a4108da9254f3e2869a8e18.tar.xz linux-0e43182c0c9482a26a4108da9254f3e2869a8e18.zip |
Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-merge
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/ABI/testing/sysfs-class-net-mesh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-net-mesh b/Documentation/ABI/testing/sysfs-class-net-mesh index 748fe1701d25..b02001488eef 100644 --- a/Documentation/ABI/testing/sysfs-class-net-mesh +++ b/Documentation/ABI/testing/sysfs-class-net-mesh @@ -22,6 +22,14 @@ Description: mesh will be fragmented or silently discarded if the packet size exceeds the outgoing interface MTU. +What: /sys/class/net/<mesh_iface>/mesh/ap_isolation +Date: May 2011 +Contact: Antonio Quartulli <ordex@autistici.org> +Description: + Indicates whether the data traffic going from a + wireless client to another wireless client will be + silently dropped. + What: /sys/class/net/<mesh_iface>/mesh/gw_bandwidth Date: October 2010 Contact: Marek Lindner <lindner_marek@yahoo.de> |