diff options
Diffstat (limited to 'net/batman-adv/bat_sysfs.c')
-rw-r--r-- | net/batman-adv/bat_sysfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/bat_sysfs.c b/net/batman-adv/bat_sysfs.c index 68ff759fc304..d12757fbe10a 100644 --- a/net/batman-adv/bat_sysfs.c +++ b/net/batman-adv/bat_sysfs.c | |||
@@ -398,7 +398,7 @@ BAT_ATTR_UINT(gw_sel_class, S_IRUGO | S_IWUSR, 1, TQ_MAX_VALUE, | |||
398 | static BAT_ATTR(gw_bandwidth, S_IRUGO | S_IWUSR, show_gw_bwidth, | 398 | static BAT_ATTR(gw_bandwidth, S_IRUGO | S_IWUSR, show_gw_bwidth, |
399 | store_gw_bwidth); | 399 | store_gw_bwidth); |
400 | #ifdef CONFIG_BATMAN_ADV_DEBUG | 400 | #ifdef CONFIG_BATMAN_ADV_DEBUG |
401 | BAT_ATTR_UINT(log_level, S_IRUGO | S_IWUSR, 0, 7, NULL); | 401 | BAT_ATTR_UINT(log_level, S_IRUGO | S_IWUSR, 0, 15, NULL); |
402 | #endif | 402 | #endif |
403 | 403 | ||
404 | static struct bat_attribute *mesh_attrs[] = { | 404 | static struct bat_attribute *mesh_attrs[] = { |