Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300579
b: refs/heads/master
c: 8681a1c
h: refs/heads/master
i:
  300577: 2d9ef06
  300575: 04ee774
v: v3
  • Loading branch information
Marek Lindner authored and Antonio Quartulli committed Apr 11, 2012
1 parent 44a431c commit 225e981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: de7aae6570412a22fd8854d62dc73c8afe508253
refs/heads/master: 8681a1c4dd258c573e80b4a7af7e7127770b67a8
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/soft-interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ struct net_device *softif_create(const char *name)
atomic_set(&bat_priv->gw_sel_class, 20);
atomic_set(&bat_priv->gw_bandwidth, 41);
atomic_set(&bat_priv->orig_interval, 1000);
atomic_set(&bat_priv->hop_penalty, 10);
atomic_set(&bat_priv->hop_penalty, 30);
atomic_set(&bat_priv->log_level, 0);
atomic_set(&bat_priv->fragmentation, 1);
atomic_set(&bat_priv->bcast_queue_left, BCAST_QUEUE_LEN);
Expand Down

0 comments on commit 225e981

Please sign in to comment.