kernel: add linux 4.9 support
[openwrt/openwrt.git] / target / linux / generic / patches-4.9 / 651-wireless_mesh_header.patch
1 --- a/include/linux/netdevice.h
2 +++ b/include/linux/netdevice.h
3 @@ -137,8 +137,8 @@ static inline bool dev_xmit_complete(int
4
5 #if defined(CONFIG_HYPERV_NET)
6 # define LL_MAX_HEADER 128
7 -#elif defined(CONFIG_WLAN) || IS_ENABLED(CONFIG_AX25)
8 -# if defined(CONFIG_MAC80211_MESH)
9 +#elif defined(CONFIG_WLAN) || IS_ENABLED(CONFIG_AX25) || 1
10 +# if defined(CONFIG_MAC80211_MESH) || 1
11 # define LL_MAX_HEADER 128
12 # else
13 # define LL_MAX_HEADER 96