651-wireless_mesh_header.patch 327 B

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