All of lore.kernel.org
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: Remove dead max addr #define
@ 2010-03-21 19:02 Linus Lüssing
  0 siblings, 0 replies; only message in thread
From: Linus Lüssing @ 2010-03-21 19:02 UTC (permalink / raw)
  To: b.a.t.m.a.n

It's not being used anywhere and just misleading, therefore removing it.

Signed-off-by: Linus Lüssing <linus.luessing@web.de>
---
 main.h |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/main.h b/main.h
index 307a6e6..17d26be 100644
--- a/main.h
+++ b/main.h
@@ -34,8 +34,6 @@
 #define TQ_MAX_VALUE 255
 #define JITTER 20
 #define TTL 50			  /* Time To Live of broadcast messages */
-#define MAX_ADDR 16		  /* number of interfaces which can be added to
-				   * batman. */
 
 #define PURGE_TIMEOUT 200000	  /* purge originators after time in ms if no
 				   * valid packet comes in -> TODO: check
-- 
1.7.0


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-03-21 19:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-21 19:02 [B.A.T.M.A.N.] [PATCH] batman-adv: Remove dead max addr #define Linus Lüssing

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.