From: Andrew Lunn Date: Sat, 2 Jan 2010 10:30:44 +0000 (+0100) Subject: Staging: batman-adv: moving vis output formats out of the kernel X-Git-Tag: v2.6.34-rc1~10^2~1^2~271 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b801fede6bd94a4b3b0bd4ba1f35f69a6b34158b;p=pandora-kernel.git Staging: batman-adv: moving vis output formats out of the kernel The batman-adv kernel module is able to output visualization data using the dot draw or JSON format. This patch transforms the output into a generic format (called vis raw). User space tool may convert the raw data to support a variety of formats without the need of modifying the kernel module. Signed-off-by: Andrew Lunn Signed-off-by: Marek Lindner Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed