2010-08-29 22:35:23 +08:00
|
|
|
--- a/include/linux/netdevice.h
|
|
|
|
+++ b/include/linux/netdevice.h
|
2010-10-05 16:50:54 +08:00
|
|
|
@@ -145,7 +145,7 @@ static inline bool dev_xmit_complete(int
|
2010-08-29 22:35:23 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#if defined(CONFIG_WLAN) || defined(CONFIG_AX25) || defined(CONFIG_AX25_MODULE)
|
|
|
|
-# if defined(CONFIG_MAC80211_MESH)
|
|
|
|
+# if 1 || defined(CONFIG_MAC80211_MESH)
|
|
|
|
# define LL_MAX_HEADER 128
|
|
|
|
# else
|
|
|
|
# define LL_MAX_HEADER 96
|