kernel: split patches folder up into backport, pending and hack folders
[openwrt/openwrt.git] / target / linux / generic / hack-4.9 / 651-wireless_mesh_header.patch
1 From 6d3bc769657b0ee7c7506dad9911111c4226a7ea Mon Sep 17 00:00:00 2001
2 From: Imre Kaloz <kaloz@openwrt.org>
3 Date: Fri, 7 Jul 2017 17:21:05 +0200
4 Subject: mac80211: increase wireless mesh header size
5
6 lede-commit 3d4466cfd8f75f717efdb1f96fdde3c70d865fc1
7 Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
8 ---
9 include/linux/netdevice.h | 4 ++--
10 1 file changed, 2 insertions(+), 2 deletions(-)
11
12 diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
13 index 780e7171f548..6e0f2c79f79a 100644
14 --- a/include/linux/netdevice.h
15 +++ b/include/linux/netdevice.h
16 @@ -137,8 +137,8 @@ static inline bool dev_xmit_complete(int rc)
17
18 #if defined(CONFIG_HYPERV_NET)
19 # define LL_MAX_HEADER 128
20 -#elif defined(CONFIG_WLAN) || IS_ENABLED(CONFIG_AX25)
21 -# if defined(CONFIG_MAC80211_MESH)
22 +#elif defined(CONFIG_WLAN) || IS_ENABLED(CONFIG_AX25) || 1
23 +# if defined(CONFIG_MAC80211_MESH) || 1
24 # define LL_MAX_HEADER 128
25 # else
26 # define LL_MAX_HEADER 96
27 --
28 2.11.0
29