* [2.6 patch] fix LL_MAX_HEADER for CONFIG_TR_MODULE
@ 2009-04-27 9:32 Adrian Bunk
2009-04-27 9:36 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2009-04-27 9:32 UTC (permalink / raw)
To: netdev
Unless I miss anything this should fix a bug.
Signed-off-by: Adrian Bunk <bunk@kernel.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [2.6 patch] fix LL_MAX_HEADER for CONFIG_TR_MODULE
2009-04-27 9:32 [2.6 patch] fix LL_MAX_HEADER for CONFIG_TR_MODULE Adrian Bunk
@ 2009-04-27 9:36 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2009-04-27 9:36 UTC (permalink / raw)
To: bunk; +Cc: netdev
From: Adrian Bunk <bunk@kernel.org>
Date: Mon, 27 Apr 2009 12:32:07 +0300
> Unless I miss anything this should fix a bug.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Good catch, applied, thanks Adrian.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-04-27 9:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-27 9:32 [2.6 patch] fix LL_MAX_HEADER for CONFIG_TR_MODULE Adrian Bunk
2009-04-27 9:36 ` David Miller
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.