From: Sven Eckelmann Date: Mon, 21 Jun 2010 23:25:42 +0000 (+0200) Subject: Staging: batman-adv: Move device for icmp injection to debugfs X-Git-Tag: v2.6.36-rc1~520^2~1^2~398 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c41214328a7635dc35aa81d89ea579c8a2eb2769;p=pandora-kernel.git Staging: batman-adv: Move device for icmp injection to debugfs batctl uses /dev/batman-adv to send special batman-adv icmp packets to other nodes in the mesh. To get it working with multiple batX devices we must ensure that every mesh device can have their own socket which is used to inject those packets in exactly one mesh. The current implementation still doesn't allow to use complete separated meshes as we rely on structures which are not part of the private data of a batman device. Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed