b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: [B.A.T.M.A.N.] [PATCH 1/5] batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALL
Date: Sat, 16 Jul 2016 21:30:20 +0200	[thread overview]
Message-ID: <1468697424-10701-1-git-send-email-sven@narfation.org> (raw)

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


             reply	other threads:[~2016-07-16 19:30 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-16 19:30 Sven Eckelmann [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1468697424-10701-1-git-send-email-sven@narfation.org \
    --to=sven@narfation.org \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).