From patchwork Fri Jun 25 22:28:22 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sven Eckelmann X-Patchwork-Id: 285 Return-Path: Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by open-mesh.net (Postfix) with SMTP id 235651544B2 for ; Sat, 26 Jun 2010 00:28:35 +0200 (CEST) Received: (qmail invoked by alias); 25 Jun 2010 22:28:34 -0000 Received: from unknown (EHLO sven-desktop.lazhur.ath.cx) [89.246.216.8] by mail.gmx.net (mp042) with SMTP; 26 Jun 2010 00:28:34 +0200 X-Authenticated: #15668376 X-Provags-ID: V01U2FsdGVkX18OpzsKGZgOCxvMgQjFiSrmXem8gUFffC8TXNysXv +8CON/72iEdD6Q From: Sven Eckelmann To: greg@kroah.com Date: Sat, 26 Jun 2010 00:28:22 +0200 Message-Id: <1277504905-27672-6-git-send-email-sven.eckelmann@gmx.de> X-Mailer: git-send-email 1.7.1 In-Reply-To: <1277504905-27672-1-git-send-email-sven.eckelmann@gmx.de> References: <1277504905-27672-1-git-send-email-sven.eckelmann@gmx.de> X-Y-GMX-Trusted: 0 Cc: Marek Lindner , b.a.t.m.a.n@lists.open-mesh.net Subject: [B.A.T.M.A.N.] [PATCH 5/8] Staging: batman-adv: Add sysfs abi documentation about bonding X-BeenThere: b.a.t.m.a.n@lists.open-mesh.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: The list for a Better Approach To Mobile Ad-hoc Networking List-Id: The list for a Better Approach To Mobile Ad-hoc Networking List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2010 22:28:35 -0000 From: Marek Lindner Signed-off-by: Marek Lindner Signed-off-by: Sven Eckelmann --- 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 c75a87b..5aa1912 100644 --- a/drivers/staging/batman-adv/sysfs-class-net-mesh +++ b/drivers/staging/batman-adv/sysfs-class-net-mesh @@ -6,6 +6,14 @@ Description: Indicates whether the batman protocol messages of the mesh shall be aggregated or not. +What: /sys/class/net//mesh/bonding +Date: June 2010 +Contact: Simon Wunderlich +Description: + Indicates whether the data traffic going through the + mesh will be sent using multiple interfaces at the + same time (if available). + What: /sys/class/net//mesh/orig_interval Date: May 2010 Contact: Marek Lindner