From: Marek Lindner Date: Sat, 2 Jan 2010 10:30:46 +0000 (+0100) Subject: Staging: batman-adv: splitting /proc vis file into vis_server and vis_data X-Git-Tag: v2.6.34-rc1~10^2~1^2~269 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9b764506aeb06ada6a7d0a24eda3e6eb70bade1;p=pandora-kernel.git Staging: batman-adv: splitting /proc vis file into vis_server and vis_data The /proc vis file was used to enable/disable the vis server and to output the vis data at the same time. This behaviour was confusing and lacked a proper method to display the current vis server status. This patch seperates the 2 functionalities: * use vis_server to enable/disable the vis server and to retrieve its status * use vis_data to retrieve the vis raw data (if the server is enabled) Signed-off-by: Marek Lindner Signed-off-by: Andrew Lunn Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed