2ecaa0e4fc312d38990a25bc99e633b author Sven Eckelmann 1283644716 +0200 committer Greg Kroah-Hartman 1283671790 -0700 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 ïÈòß“1x