Skip to content

Commit

Permalink
batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALL
Browse files Browse the repository at this point in the history
The BATADV_DBG_ALL has to contain the bit of BATADV_DBG_TP_METER to really
support all available debug messages.

Fixes: 33a3bb4 ("batman-adv: throughput meter implementation")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
  • Loading branch information
Sven Eckelmann authored and Simon Wunderlich committed Oct 17, 2016
1 parent 9ca488d commit 611b975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/batman-adv/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ enum batadv_dbg_level {
BATADV_DBG_NC = BIT(5),
BATADV_DBG_MCAST = BIT(6),
BATADV_DBG_TP_METER = BIT(7),
BATADV_DBG_ALL = 127,
BATADV_DBG_ALL = 255,
};

#ifdef CONFIG_BATMAN_ADV_DEBUG
Expand Down

0 comments on commit 611b975

Please sign in to comment.