hostapd: refresh patches
[openwrt/openwrt.git] / package / network / services / hostapd / patches / 050-mesh-make-forwarding-configurable.patch
index 0ecb9ba0784da40499cc40e2ea693cd41f811393..4d64ec82872078e9b00be1a4e9aea49e1e1e2091 100644 (file)
@@ -59,7 +59,7 @@ Signed-off-by: Daniel Golle <daniel@makrotopia.org>
  
 --- a/src/drivers/driver_nl80211.c
 +++ b/src/drivers/driver_nl80211.c
-@@ -10023,6 +10023,9 @@ static int nl80211_put_mesh_config(struc
+@@ -10038,6 +10038,9 @@ static int nl80211_put_mesh_config(struc
        if (((params->flags & WPA_DRIVER_MESH_CONF_FLAG_AUTO_PLINKS) &&
             nla_put_u8(msg, NL80211_MESHCONF_AUTO_OPEN_PLINKS,
                        params->auto_plinks)) ||