From: Sven Eckelmann Date: Sat, 4 Sep 2010 23:58:36 +0000 (+0200) Subject: Staging: batman-adv: Remove duplicate of attached device name X-Git-Tag: v2.6.37-rc1~60^2~3^2~687 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57b7117af84346c757be861c065ee790e4a62cb0;p=pandora-kernel.git Staging: batman-adv: Remove duplicate of attached device name batman_if has the name of the net_dev as extra string in its own structure, but also holds a reference to the actual net_device structure which always has the current name of the device. This makes it unneccessary and also more complex because we must update the name in situations when we receive a NETDEV_CHANGENAME event. Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed