linux 3.6 support (work in progress)

SVN-Revision: 33897
This commit is contained in:
Imre Kaloz
2012-10-23 12:21:34 +00:00
parent 0d2cf5f9e3
commit 949b46d13d
144 changed files with 65306 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -145,7 +145,7 @@ static inline bool dev_xmit_complete(int
*/
#if defined(CONFIG_WLAN) || IS_ENABLED(CONFIG_AX25)
-# if defined(CONFIG_MAC80211_MESH)
+# if 1 || defined(CONFIG_MAC80211_MESH)
# define LL_MAX_HEADER 128
# else
# define LL_MAX_HEADER 96