From 7d02674f71e6369bb125354b23fd0abaa2edfcab Mon Sep 17 00:00:00 2001 From: Simon Wunderlich Date: Sun, 5 Sep 2010 01:58:23 +0200 Subject: [PATCH] Staging: batman-adv: move queue counters into bat_priv to support multiple mesh devices later, we need to move global variables like the queues into corresponding private structs bat_priv of the soft devices. Note that this patch still has a lot of FIXMEs and depends on the global soft_device variable. This should be resolved later, e.g. by referencing the parent soft device in batman_if. Signed-off-by: Simon Wunderlich [sven.eckelmann@gmx.de: Rework on top of current version] Signed-off-by: Sven Eckelmann Signed-off-by: Greg Kroah-Hartman --- Reading git-format-patch failed