From: Sven Eckelmann Date: Mon, 11 Feb 2013 09:10:27 +0000 (+0800) Subject: batman-adv: Allow to modify slaves of soft-interfaces through rntl_link X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~281^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3dbd550b8b2e204833d8305451bbde990e1cd743;p=pandora-kernel.git batman-adv: Allow to modify slaves of soft-interfaces through rntl_link The sysfs configuration interface of batman-adv to add/remove slaves of an soft-iface is not deadlock free and doesn't follow the currently common way to modify slaves of an interface. An additional configuration interface though rtnl_link is introduced which provides easy device adding/removing with tools like "ip": $ ip link set dev eth0 master bat0 $ ip link set dev eth0 nomaster Signed-off-by: Sven Eckelmann Signed-off-by: Marek Lindner Acked-by: Antonio Quartulli Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed