651-wireless_mesh_header.patch 444 B

12345678910111213
  1. --- a/include/linux/netdevice.h
  2. +++ b/include/linux/netdevice.h
  3. @@ -137,8 +137,8 @@ static inline bool dev_xmit_complete(int
  4. #if defined(CONFIG_HYPERV_NET)
  5. # define LL_MAX_HEADER 128
  6. -#elif defined(CONFIG_WLAN) || IS_ENABLED(CONFIG_AX25)
  7. -# if defined(CONFIG_MAC80211_MESH)
  8. +#elif defined(CONFIG_WLAN) || IS_ENABLED(CONFIG_AX25) || 1
  9. +# if defined(CONFIG_MAC80211_MESH) || 1
  10. # define LL_MAX_HEADER 128
  11. # else
  12. # define LL_MAX_HEADER 96