commit | 7db3fc291bb22bf43667b009dd0e701ed4eb7c96 | [log] [tgz] |
---|---|---|
author | Antonio Quartulli <antonio@open-mesh.com> | Tue Apr 02 12:16:53 2013 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Wed May 29 02:44:54 2013 +0200 |
tree | 2448e8c608644fcb9f89b78bc774a8b0bd033709 | |
parent | 38dc40ef52d882e08b2af71fc1b5413ac7009952 [diff] |
batman-adv: don't initialise batman_iv private members in hard-interface.c hard-interface.c has to do not contain any routing algorithm specific code. Allocate the hard-interface with kzalloc() and remove any useless and algorithm specific member initialisation Signed-off-by: Antonio Quartulli <antonio@open-mesh.com> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>