Do not build the mac80211 module in the kernel. The attributes skb->do_not_encrypt...
[openwrt/openwrt.git] / target / linux / generic-2.6 / patches-2.6.27 / 940-wireless_mesh_header.patch
1 --- a/include/linux/netdevice.h
2 +++ b/include/linux/netdevice.h
3 @@ -94,7 +94,7 @@ struct wireless_dev;
4 */
5
6 #if defined(CONFIG_WLAN_80211) || defined(CONFIG_AX25) || defined(CONFIG_AX25_MODULE)
7 -# if defined(CONFIG_MAC80211_MESH)
8 +# if 1 || defined(CONFIG_MAC80211_MESH)
9 # define LL_MAX_HEADER 128
10 # else
11 # define LL_MAX_HEADER 96