summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.7/651-wireless_mesh_header.patch
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2013-07-20 07:37:27 +0000
committerGabor Juhos <juhosg@openwrt.org>2013-07-20 07:37:27 +0000
commita9de3a851a83d43f487f9ced2cf0326047aabc5a (patch)
tree28e438eefb45df17a28d3d862e9d53c1afcc0a16 /target/linux/generic/patches-3.7/651-wireless_mesh_header.patch
parentc8933c968f6f885fe987fe17babdd833a81124a1 (diff)
downloadmtk-20170518-a9de3a851a83d43f487f9ced2cf0326047aabc5a.zip
mtk-20170518-a9de3a851a83d43f487f9ced2cf0326047aabc5a.tar.gz
mtk-20170518-a9de3a851a83d43f487f9ced2cf0326047aabc5a.tar.bz2
linux: remove 3.7 support
It is not used by any target. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 37469
Diffstat (limited to 'target/linux/generic/patches-3.7/651-wireless_mesh_header.patch')
-rw-r--r--target/linux/generic/patches-3.7/651-wireless_mesh_header.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/generic/patches-3.7/651-wireless_mesh_header.patch b/target/linux/generic/patches-3.7/651-wireless_mesh_header.patch
deleted file mode 100644
index c21b007..0000000
--- a/target/linux/generic/patches-3.7/651-wireless_mesh_header.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/include/linux/netdevice.h
-+++ b/include/linux/netdevice.h
-@@ -137,7 +137,7 @@ static inline bool dev_xmit_complete(int
- */
-
- #if defined(CONFIG_WLAN) || IS_ENABLED(CONFIG_AX25)
--# if defined(CONFIG_MAC80211_MESH)
-+# if 1 || defined(CONFIG_MAC80211_MESH)
- # define LL_MAX_HEADER 128
- # else
- # define LL_MAX_HEADER 96