[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20090427093207.GB9259@localhost.pp.htv.fi>
Date: Mon, 27 Apr 2009 12:32:07 +0300
From: Adrian Bunk <bunk@...nel.org>
To: netdev@...r.kernel.org
Subject: [2.6 patch] fix LL_MAX_HEADER for CONFIG_TR_MODULE
Unless I miss anything this should fix a bug.
Signed-off-by: Adrian Bunk <bunk@...nel.org>
---
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 2e7783f..453be9a 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -104,7 +104,7 @@ struct wireless_dev;
# else
# define LL_MAX_HEADER 96
# endif
-#elif defined(CONFIG_TR)
+#elif defined(CONFIG_TR) || defined(CONFIG_TR_MODULE)
# define LL_MAX_HEADER 48
#else
# define LL_MAX_HEADER 32
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists