From: Simon Wunderlich Date: Sat, 4 Sep 2010 23:58:23 +0000 (+0200) Subject: Staging: batman-adv: move queue counters into bat_priv X-Git-Tag: v2.6.37-rc1~60^2~3^2~700 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d02674f71e6369bb125354b23fd0abaa2edfcab;p=pandora-kernel.git 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-diff-tree failed