diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2015-02-23 22:59:53 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2015-02-23 22:59:53 +0000 |
commit | 1c063070cf6bc2b81674f60b6ad6ae0ee9b4152f (patch) | |
tree | 0a83cfa5ea98e519ade4fa7f4e8a859e26bd737c /target/linux/generic/patches-4.0/651-wireless_mesh_header.patch | |
parent | ad077832bfb03106a02b7be02b560c13e77d0436 (diff) | |
download | mtk-20170518-1c063070cf6bc2b81674f60b6ad6ae0ee9b4152f.zip mtk-20170518-1c063070cf6bc2b81674f60b6ad6ae0ee9b4152f.tar.gz mtk-20170518-1c063070cf6bc2b81674f60b6ad6ae0ee9b4152f.tar.bz2 |
generic: early (incomplete!) 4.0 support
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 44511
Diffstat (limited to 'target/linux/generic/patches-4.0/651-wireless_mesh_header.patch')
-rw-r--r-- | target/linux/generic/patches-4.0/651-wireless_mesh_header.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/generic/patches-4.0/651-wireless_mesh_header.patch b/target/linux/generic/patches-4.0/651-wireless_mesh_header.patch new file mode 100644 index 0000000..17bcb6d --- /dev/null +++ b/target/linux/generic/patches-4.0/651-wireless_mesh_header.patch @@ -0,0 +1,11 @@ +--- a/include/linux/netdevice.h ++++ b/include/linux/netdevice.h +@@ -133,7 +133,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 |