diff options
Diffstat (limited to 'net/batman-adv/main.c')
-rw-r--r-- | net/batman-adv/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/main.c b/net/batman-adv/main.c index bd83aa4e7c87..65b4f0824e4f 100644 --- a/net/batman-adv/main.c +++ b/net/batman-adv/main.c | |||
@@ -40,7 +40,7 @@ | |||
40 | * list traversals just rcu-locked */ | 40 | * list traversals just rcu-locked */ |
41 | struct list_head hardif_list; | 41 | struct list_head hardif_list; |
42 | static int (*recv_packet_handler[256])(struct sk_buff *, struct hard_iface *); | 42 | static int (*recv_packet_handler[256])(struct sk_buff *, struct hard_iface *); |
43 | char bat_routing_algo[20] = "BATMAN IV"; | 43 | char bat_routing_algo[20] = "BATMAN_IV"; |
44 | static struct hlist_head bat_algo_list; | 44 | static struct hlist_head bat_algo_list; |
45 | 45 | ||
46 | unsigned char broadcast_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; | 46 | unsigned char broadcast_addr[] = {0xff, 0xff, 0xff, 0xff, 0xff, 0xff}; |