Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 314311
b: refs/heads/master
c: ef3a409
h: refs/heads/master
i:
  314309: 40ff460
  314307: 92aa63d
  314303: e03382c
v: v3
  • Loading branch information
Antonio Quartulli committed Jun 18, 2012
1 parent 73b5e6c commit 29f67bd
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: be9aa4c1e0d7124cf976831db098f1e852fdbd14
refs/heads/master: ef3a409391f55ad0bddbf017d4d4987b783a3059
2 changes: 1 addition & 1 deletion trunk/net/batman-adv/bat_sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ BAT_ATTR_SIF_UINT(gw_sel_class, S_IRUGO | S_IWUSR, 1, TQ_MAX_VALUE,
static BAT_ATTR(gw_bandwidth, S_IRUGO | S_IWUSR, show_gw_bwidth,
store_gw_bwidth);
#ifdef CONFIG_BATMAN_ADV_DEBUG
BAT_ATTR_SIF_UINT(log_level, S_IRUGO | S_IWUSR, 0, 15, NULL);
BAT_ATTR_SIF_UINT(log_level, S_IRUGO | S_IWUSR, 0, DBG_ALL, NULL);
#endif

static struct bat_attribute *mesh_attrs[] = {
Expand Down

0 comments on commit 29f67bd

Please sign in to comment.