diff options
Diffstat (limited to 'net/batman-adv/bridge_loop_avoidance.c')
-rw-r--r-- | net/batman-adv/bridge_loop_avoidance.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/bridge_loop_avoidance.c b/net/batman-adv/bridge_loop_avoidance.c index db20b688ee25..13afc6527521 100644 --- a/net/batman-adv/bridge_loop_avoidance.c +++ b/net/batman-adv/bridge_loop_avoidance.c | |||
@@ -1552,7 +1552,7 @@ int batadv_bla_claim_table_seq_print_text(struct seq_file *seq, void *offset) | |||
1552 | goto out; | 1552 | goto out; |
1553 | } | 1553 | } |
1554 | 1554 | ||
1555 | if (primary_if->if_status != IF_ACTIVE) { | 1555 | if (primary_if->if_status != BATADV_IF_ACTIVE) { |
1556 | ret = seq_printf(seq, | 1556 | ret = seq_printf(seq, |
1557 | "BATMAN mesh %s disabled - primary interface not active\n", | 1557 | "BATMAN mesh %s disabled - primary interface not active\n", |
1558 | net_dev->name); | 1558 | net_dev->name); |