Greg KH wrote:
On Sun, Jun 06, 2010 at 09:28:14PM +0200, Sven Eckelmann wrote:
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 sven.eckelmann@gmx.de
This patch doesn't apply, I get the following error: patching file drivers/staging/batman-adv/Makefile patching file drivers/staging/batman-adv/bat_debugfs.c patching file drivers/staging/batman-adv/bat_debugfs.h patching file drivers/staging/batman-adv/device.c Reversed (or previously applied) patch detected! Assume -R? [n] ^C
Already explained in 01006190249.39204.sven.eckelmann@gmx.de, but just for the record:
Missing patches * Staging: batman-adv: return -EFAULT on copy_to_user errors * Staging: batman-adv: fix function prototype sent to you in 1275850985-27105-1-git-send-email-sven.eckelmann@gmx.de
Best regards, Sven