projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
785a098
)
net: Fix LL_MAX_HEADER for CONFIG_TR_MODULE
author
Adrian Bunk
<bunk@kernel.org>
Mon, 27 Apr 2009 09:36:20 +0000
(
02:36
-0700)
committer
David S. Miller
<davem@davemloft.net>
Mon, 27 Apr 2009 09:36:20 +0000
(
02:36
-0700)
Unless I miss anything this should fix a bug.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index 2e7783f4a7558d73a075a8d39bf6a217ea1e811b..453be9a674c0f6f488f560a34b7b5f501ea8affe 100644
(file)
--- 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