From: Sven Eckelmann Date: Mon, 11 Feb 2013 09:10:26 +0000 (+0800) Subject: batman-adv: Allow to use rntl_link for device creation/deletion X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~65^2~281^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4ac28c0d06a1c22138225a228d3a4eaffe9dd77;p=pandora-kernel.git batman-adv: Allow to use rntl_link for device creation/deletion The sysfs configuration interface of batman-adv to add/remove soft-interfaces is not deadlock free and doesn't follow the currently common way to create new virtual interfaces. An additional interface though rtnl_link is introduced which provides easy device creation/deletion with tools like "ip": $ ip link add dev bat0 type batadv $ ip link del dev bat0 Signed-off-by: Sven Eckelmann Signed-off-by: Marek Lindner Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed