diff options
Diffstat (limited to 'package/network/services/hostapd/patches/620-scan_wait.patch')
-rw-r--r-- | package/network/services/hostapd/patches/620-scan_wait.patch | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/package/network/services/hostapd/patches/620-scan_wait.patch b/package/network/services/hostapd/patches/620-scan_wait.patch index d9c7f30104..ac2d445a43 100644 --- a/package/network/services/hostapd/patches/620-scan_wait.patch +++ b/package/network/services/hostapd/patches/620-scan_wait.patch @@ -1,6 +1,6 @@ --- a/hostapd/main.c +++ b/hostapd/main.c -@@ -32,6 +32,8 @@ +@@ -33,6 +33,8 @@ extern int wpa_debug_level; extern int wpa_debug_show_keys; extern int wpa_debug_timestamp; @@ -9,7 +9,7 @@ extern struct wpa_driver_ops *wpa_drivers[]; -@@ -146,6 +148,14 @@ static void hostapd_logger_cb(void *ctx, +@@ -147,6 +149,14 @@ static void hostapd_logger_cb(void *ctx, } #endif /* CONFIG_NO_HOSTAPD_LOGGER */ @@ -24,7 +24,7 @@ /** * hostapd_init - Allocate and initialize per-interface data -@@ -189,6 +199,7 @@ static struct hostapd_iface * hostapd_in +@@ -190,6 +200,7 @@ static struct hostapd_iface * hostapd_in if (hapd == NULL) goto fail; hapd->msg_ctx = hapd; @@ -32,7 +32,7 @@ } return hapd_iface; -@@ -425,8 +436,6 @@ static void hostapd_global_deinit(const +@@ -429,8 +440,6 @@ static void hostapd_global_deinit(const #endif /* CONFIG_NATIVE_WINDOWS */ eap_server_unregister_methods(); @@ -41,7 +41,7 @@ } -@@ -452,11 +461,6 @@ static int hostapd_global_run(struct hap +@@ -456,11 +465,6 @@ static int hostapd_global_run(struct hap } #endif /* EAP_SERVER_TNC */ @@ -53,7 +53,7 @@ eloop_run(); return 0; -@@ -540,8 +544,7 @@ int main(int argc, char *argv[]) +@@ -564,8 +568,7 @@ int main(int argc, char *argv[]) struct hapd_interfaces interfaces; int ret = 1; size_t i; |