b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH 1/5] batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALL
@ 2016-07-16 19:30 Sven Eckelmann
  2016-07-16 19:30 ` [B.A.T.M.A.N.] [PATCH 2/5] batman-adv: Add B.A.T.M.A.N. V sysfs files to README Sven Eckelmann
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Sven Eckelmann @ 2016-07-16 19:30 UTC (permalink / raw)
  To: b.a.t.m.a.n

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

Fixes: 98d7a766b645 ("batman-adv: throughput meter implementation")
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
 net/batman-adv/log.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/batman-adv/log.h b/net/batman-adv/log.h
index e0e1a88..d2905a8 100644
--- a/net/batman-adv/log.h
+++ b/net/batman-adv/log.h
@@ -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
-- 
2.8.1


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-10-18 11:27 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-16 19:30 [B.A.T.M.A.N.] [PATCH 1/5] batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALL Sven Eckelmann
2016-07-16 19:30 ` [B.A.T.M.A.N.] [PATCH 2/5] batman-adv: Add B.A.T.M.A.N. V sysfs files to README Sven Eckelmann
2016-10-18 11:23   ` [B.A.T.M.A.N.] [2/5] " Sven Eckelmann
2016-07-16 19:30 ` [B.A.T.M.A.N.] [PATCH 3/5] batman-adv: Add network_coding and mcast syfs " Sven Eckelmann
2016-10-18 11:24   ` [B.A.T.M.A.N.] [3/5] " Sven Eckelmann
2016-07-16 19:32 ` [B.A.T.M.A.N.] [PATCH 4/5] batman-adv: Add dat, mcast, nc and neighbor debugfs " Sven Eckelmann
2016-10-18 11:26   ` [B.A.T.M.A.N.] [4/5] " Sven Eckelmann
2016-07-16 19:32 ` [B.A.T.M.A.N.] [PATCH 5/5] batman-adv: Document new nc, mcast and tpmeter log levels Sven Eckelmann
2016-10-18 11:27   ` [B.A.T.M.A.N.] [5/5] " Sven Eckelmann
2016-10-18 11:26 ` [B.A.T.M.A.N.] [maint, 1/5] batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALL Sven Eckelmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).