diff options
author | Sven Eckelmann <sven@narfation.org> | 2012-07-15 20:26:51 (GMT) |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-08-23 12:20:13 (GMT) |
commit | 807736f6e00714fdeb443b31061d1c27fa903296 (patch) | |
tree | a070c2e9316365424e4d08e2fa50e5a28729670d /drivers/cpuidle/driver.c | |
parent | 624463079e0af455a2d70d2a59b9e2f6b5827aea (diff) | |
download | linux-fsl-qoriq-807736f6e00714fdeb443b31061d1c27fa903296.tar.xz |
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 <sven@narfation.org>
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'drivers/cpuidle/driver.c')
0 files changed, 0 insertions, 0 deletions