projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d6db8f4
)
wpa_supplicant: increase the time between scans to reduce the number of hw resets...
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 20 Sep 2011 14:46:23 +0000
(14:46 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 20 Sep 2011 14:46:23 +0000
(14:46 +0000)
SVN-Revision: 28263
package/hostapd/patches/530-rescan_immediately.patch
patch
|
blob
|
history
diff --git
a/package/hostapd/patches/530-rescan_immediately.patch
b/package/hostapd/patches/530-rescan_immediately.patch
index 01a2ecdef14e1a05644c6c7a43a349b8b7a06f89..f916a7bf6d76ae3e5c7bac46f41fa2a63e2fae98 100644
(file)
--- a/
package/hostapd/patches/530-rescan_immediately.patch
+++ b/
package/hostapd/patches/530-rescan_immediately.patch
@@
-5,7
+5,7
@@
return NULL;
wpa_s->scan_req = 1;
- wpa_s->scan_interval = 5;
-+ wpa_s->scan_interval =
0
;
++ wpa_s->scan_interval =
1
;
wpa_s->new_connection = 1;
wpa_s->parent = wpa_s;