]> git.karo-electronics.de Git - linux-beck.git/commit
Staging: batman-adv: moving vis output formats out of the kernel
authorAndrew Lunn <andrew@lunn.ch>
Sat, 2 Jan 2010 10:30:44 +0000 (11:30 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 4 Mar 2010 00:42:35 +0000 (16:42 -0800)
commitb801fede6bd94a4b3b0bd4ba1f35f69a6b34158b
treec9010e20d5834daea5a3b530a2fffcefd6030fcb
parentb665aac8a7b44bbffc32dfff8543227704136ed5
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 <andrew@lunn.ch>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/batman-adv/TODO
drivers/staging/batman-adv/proc.c
drivers/staging/batman-adv/proc.h