diff options
-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 62f4f6cb888a..dc1edbee63df 100644 --- a/net/batman-adv/bat_sysfs.c +++ b/net/batman-adv/bat_sysfs.c | |||
@@ -445,7 +445,7 @@ BAT_ATTR_SIF_UINT(gw_sel_class, S_IRUGO | S_IWUSR, 1, TQ_MAX_VALUE, | |||
445 | static BAT_ATTR(gw_bandwidth, S_IRUGO | S_IWUSR, show_gw_bwidth, | 445 | static BAT_ATTR(gw_bandwidth, S_IRUGO | S_IWUSR, show_gw_bwidth, |
446 | store_gw_bwidth); | 446 | store_gw_bwidth); |
447 | #ifdef CONFIG_BATMAN_ADV_DEBUG | 447 | #ifdef CONFIG_BATMAN_ADV_DEBUG |
448 | BAT_ATTR_SIF_UINT(log_level, S_IRUGO | S_IWUSR, 0, 15, NULL); | 448 | BAT_ATTR_SIF_UINT(log_level, S_IRUGO | S_IWUSR, 0, DBG_ALL, NULL); |
449 | #endif | 449 | #endif |
450 | 450 | ||
451 | static struct bat_attribute *mesh_attrs[] = { | 451 | static struct bat_attribute *mesh_attrs[] = { |