2010-02-28 23:20:00 +08:00
|
|
|
--- a/include/linux/netdevice.h
|
|
|
|
+++ b/include/linux/netdevice.h
|
2010-04-10 03:26:57 +08:00
|
|
|
@@ -137,7 +137,7 @@ static inline bool dev_xmit_complete(int
|
2010-02-28 23:20:00 +08:00
|
|
|
*/
|
|
|
|
|
2010-04-10 03:26:57 +08:00
|
|
|
#if defined(CONFIG_WLAN_80211) || defined(CONFIG_AX25) || defined(CONFIG_AX25_MODULE)
|
2010-02-28 23:20:00 +08:00
|
|
|
-# if defined(CONFIG_MAC80211_MESH)
|
|
|
|
+# if 1 || defined(CONFIG_MAC80211_MESH)
|
|
|
|
# define LL_MAX_HEADER 128
|
|
|
|
# else
|
|
|
|
# define LL_MAX_HEADER 96
|