[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    net: Fix LL_MAX_HEADER for CONFIG_TR_MODULE
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2009-04-29 17:59:16
Message-ID: 200904291759.n3THxG8w021232 () hera ! kernel ! org
[Download RAW message or body]

Gitweb:     http://git.kernel.org/linus/c759a6b4e1cae6aff71f58c9c85404ebcd81b6e0
Commit:     c759a6b4e1cae6aff71f58c9c85404ebcd81b6e0
Parent:     785a0982eaaeae2fbe3372d1c9c769e8156a7a5a
Author:     Adrian Bunk <bunk@kernel.org>
AuthorDate: Mon Apr 27 02:36:20 2009 -0700
Committer:  David S. Miller <davem@davemloft.net>
CommitDate: Mon Apr 27 02:36:20 2009 -0700

    net: Fix LL_MAX_HEADER for CONFIG_TR_MODULE
    
    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 |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 git-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic