|
@@ -30,7 +30,7 @@
|
|
|
#include "send.h"
|
|
|
#include "bat_algo.h"
|
|
|
|
|
|
-static void bat_iv_ogm_init(struct hard_iface *hard_iface)
|
|
|
+static void bat_iv_ogm_iface_enable(struct hard_iface *hard_iface)
|
|
|
{
|
|
|
struct batman_ogm_packet *batman_ogm_packet;
|
|
|
|
|
@@ -1169,7 +1169,7 @@ static void bat_iv_ogm_receive(struct hard_iface *if_incoming,
|
|
|
|
|
|
static struct bat_algo_ops batman_iv __read_mostly = {
|
|
|
.name = "BATMAN IV",
|
|
|
- .bat_ogm_init = bat_iv_ogm_init,
|
|
|
+ .bat_iface_enable = bat_iv_ogm_iface_enable,
|
|
|
.bat_ogm_init_primary = bat_iv_ogm_init_primary,
|
|
|
.bat_ogm_update_mac = bat_iv_ogm_update_mac,
|
|
|
.bat_ogm_schedule = bat_iv_ogm_schedule,
|