summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/530-rescan_immediately.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/hostapd/patches/530-rescan_immediately.patch')
-rw-r--r--package/hostapd/patches/530-rescan_immediately.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/hostapd/patches/530-rescan_immediately.patch b/package/hostapd/patches/530-rescan_immediately.patch
index f916a7bf6..b5d5e7aa0 100644
--- a/package/hostapd/patches/530-rescan_immediately.patch
+++ b/package/hostapd/patches/530-rescan_immediately.patch
@@ -1,6 +1,6 @@
--- a/wpa_supplicant/wpa_supplicant.c
+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -2070,7 +2070,7 @@ static struct wpa_supplicant * wpa_suppl
+@@ -2157,7 +2157,7 @@ static struct wpa_supplicant * wpa_suppl
if (wpa_s == NULL)
return NULL;
wpa_s->scan_req = 1;
@@ -8,4 +8,4 @@
+ wpa_s->scan_interval = 1;
wpa_s->new_connection = 1;
wpa_s->parent = wpa_s;
-
+ wpa_s->sched_scanning = 0;