X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/de7614b2c5934965c8c8603588c7fc0d6e6d6ca6..77ec3b2de9bb1880b258ec6aaf4949f146f6fd8d:/package/hostapd/patches/530-rescan_immediately.patch?ds=sidebyside 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;