From: Sven Eckelmann Date: Sun, 15 Jul 2012 20:26:51 +0000 (+0200) Subject: batman-adv: Split batadv_priv in sub-structures for features X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~47^2~288^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=807736f6e00714fdeb443b31061d1c27fa903296;p=pandora-kernel.git batman-adv: Split batadv_priv in sub-structures for features The structure batadv_priv grows everytime a new feature is introduced. It gets hard to find the parts of the struct that belongs to a specific feature. This becomes even harder by the fact that not every feature uses a prefix in the member name. The variables for bridge loop avoidence, gateway handling, translation table and visualization server are moved into separate structs that are included in the bat_priv main struct. Signed-off-by: Sven Eckelmann Signed-off-by: Antonio Quartulli --- Reading git-diff-tree failed