ar71xx: ag71xx: use dynamically allocated buffer for napi_stats
[openwrt.git] / package / hostapd / patches / 600-terminate_on_setup_failure.patch
index 9a7e889..63d3ec5 100644 (file)
@@ -66,8 +66,8 @@
 +              goto error;
        }
  
 +              goto error;
        }
  
-       wpa_printf(MSG_DEBUG, "%s: Setup of interface done.",
-@@ -795,6 +792,11 @@ int hostapd_setup_interface_complete(str
+       if (hapd->setup_complete_cb)
+@@ -798,6 +795,11 @@ int hostapd_setup_interface_complete(str
                iface->init_complete(iface);
  
        return 0;
                iface->init_complete(iface);
  
        return 0;
This page took 0.032619 seconds and 4 git commands to generate.