package: mtd: move bcm963xx_tag definition into source code
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-3.8 / 651-wireless_mesh_header.patch
1 --- a/include/linux/netdevice.h
2 +++ b/include/linux/netdevice.h
3 @@ -137,7 +137,7 @@ static inline bool dev_xmit_complete(int
4 */
5
6 #if defined(CONFIG_WLAN) || IS_ENABLED(CONFIG_AX25)
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