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.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/hostapd/patches/530-rescan_immediately.patch b/package/hostapd/patches/530-rescan_immediately.patch
deleted file mode 100644
index b5d5e7aa0..000000000
--- a/package/hostapd/patches/530-rescan_immediately.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/wpa_supplicant/wpa_supplicant.c
-+++ b/wpa_supplicant/wpa_supplicant.c
-@@ -2157,7 +2157,7 @@ static struct wpa_supplicant * wpa_suppl
- if (wpa_s == NULL)
- return NULL;
- wpa_s->scan_req = 1;
-- wpa_s->scan_interval = 5;
-+ wpa_s->scan_interval = 1;
- wpa_s->new_connection = 1;
- wpa_s->parent = wpa_s;
- wpa_s->sched_scanning = 0;