提交 611b975b 编写于 作者: S Sven Eckelmann 提交者: Simon Wunderlich

batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALL

The BATADV_DBG_ALL has to contain the bit of BATADV_DBG_TP_METER to really
support all available debug messages.

Fixes: 33a3bb4a ("batman-adv: throughput meter implementation")
Signed-off-by: NSven Eckelmann <sven@narfation.org>
Signed-off-by: NSimon Wunderlich <sw@simonwunderlich.de>
上级 9ca488dd
...@@ -63,7 +63,7 @@ enum batadv_dbg_level { ...@@ -63,7 +63,7 @@ enum batadv_dbg_level {
BATADV_DBG_NC = BIT(5), BATADV_DBG_NC = BIT(5),
BATADV_DBG_MCAST = BIT(6), BATADV_DBG_MCAST = BIT(6),
BATADV_DBG_TP_METER = BIT(7), BATADV_DBG_TP_METER = BIT(7),
BATADV_DBG_ALL = 127, BATADV_DBG_ALL = 255,
}; };
#ifdef CONFIG_BATMAN_ADV_DEBUG #ifdef CONFIG_BATMAN_ADV_DEBUG
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册