From: Sven Eckelmann Date: Sat, 16 Jul 2016 19:30:20 +0000 (+0200) Subject: batman-adv: Add BATADV_DBG_TP_METER to BATADV_DBG_ALL X-Git-Tag: v4.9-rc7~33^2~6^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=611b975b5c868639b7cb0e89e22d1c8c561bf3a1;p=platform%2Fkernel%2Flinux-amlogic.git 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: 33a3bb4a3345 ("batman-adv: throughput meter implementation") Signed-off-by: Sven Eckelmann Signed-off-by: Simon Wunderlich --- 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