rootfs_split: Allow using MTDPART_OFS_APPEND macro for offset of rootfs.
[openwrt.git] / target / linux / generic / patches-2.6.39 / 651-wireless_mesh_header.patch
1 --- a/include/linux/netdevice.h
2 +++ b/include/linux/netdevice.h
3 @@ -148,7 +148,7 @@ static inline bool dev_xmit_complete(int
4 */
5
6 #if defined(CONFIG_WLAN) || defined(CONFIG_AX25) || defined(CONFIG_AX25_MODULE)
7 -# if defined(CONFIG_MAC80211_MESH)
8 +# if 1 || defined(CONFIG_MAC80211_MESH)
9 # define LL_MAX_HEADER 128
10 # else
11 # define LL_MAX_HEADER 96
This page took 0.046101 seconds and 5 git commands to generate.