From aaca845659c047aadcb6ffc473ab3b69f78b0707 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 4 Nov 2011 01:05:26 +0000 Subject: hostapd: update to latest git version git-svn-id: svn://svn.openwrt.org/openwrt/trunk@28746 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hostapd/patches/530-rescan_immediately.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'package/hostapd/patches/530-rescan_immediately.patch') 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; -- cgit v1.2.3