diff options
author | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-16 08:15:47 +0000 |
---|---|---|
committer | Alexandros C. Couloumbis <alex@ozo.com> | 2010-03-16 08:15:47 +0000 |
commit | dc49c59a07a7fe5d68ba06c7760b154239b2aeae (patch) | |
tree | 8f7ef534e88dfffdaa98bc61e49eed3589521be9 /target/linux/generic-2.6/patches-2.6.33/940-wireless_mesh_header.patch | |
parent | 04c3691df1c2b0be95b13ba0ac6b04727efc13e9 (diff) | |
download | mtk-20170518-dc49c59a07a7fe5d68ba06c7760b154239b2aeae.zip mtk-20170518-dc49c59a07a7fe5d68ba06c7760b154239b2aeae.tar.gz mtk-20170518-dc49c59a07a7fe5d68ba06c7760b154239b2aeae.tar.bz2 |
generic-2.6: sync patches to 2.6.33.1
SVN-Revision: 20236
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.33/940-wireless_mesh_header.patch')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.33/940-wireless_mesh_header.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.33/940-wireless_mesh_header.patch b/target/linux/generic-2.6/patches-2.6.33/940-wireless_mesh_header.patch index 421ed8b..a2b82d8 100644 --- a/target/linux/generic-2.6/patches-2.6.33/940-wireless_mesh_header.patch +++ b/target/linux/generic-2.6/patches-2.6.33/940-wireless_mesh_header.patch @@ -1,9 +1,9 @@ --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h -@@ -137,7 +137,7 @@ static inline bool dev_xmit_complete(int +@@ -137,7 +137,7 @@ */ - #if defined(CONFIG_WLAN_80211) || defined(CONFIG_AX25) || defined(CONFIG_AX25_MODULE) + #if defined(CONFIG_WLAN) || defined(CONFIG_AX25) || defined(CONFIG_AX25_MODULE) -# if defined(CONFIG_MAC80211_MESH) +# if 1 || defined(CONFIG_MAC80211_MESH) # define LL_MAX_HEADER 128 |