[mac80211] Do not build the mac80211 module in the kernel.
[openwrt-10.03/.git] / target / linux / generic-2.6 / patches-2.6.28 / 940-wireless_mesh_header.patch
diff --git a/target/linux/generic-2.6/patches-2.6.28/940-wireless_mesh_header.patch b/target/linux/generic-2.6/patches-2.6.28/940-wireless_mesh_header.patch
new file mode 100644 (file)
index 0000000..adf416e
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/include/linux/netdevice.h
++++ b/include/linux/netdevice.h
+@@ -95,7 +95,7 @@ struct wireless_dev;
+  */
+  
+ #if defined(CONFIG_WLAN_80211) || 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