-
Committer:
Jouni Malinen
-
Author(s):
Jouni Malinen
-
Date:
2010-06-11 21:16:37 UTC
-
Revision ID:
git-v1:ec0fbeb5de188d1177c29186cde9221d14e62141
Fix scan_runs counting
Addition of the background scanning mechanism in commit
60b94c9819199c0427e623080ebae27fe44be6b5 moved the scan trigger
into a new function that was also incrementing the scan_runs
counter, but the removal of the previous scan_runs incrementation
was forgotten from that patch. This counter should only be updated
into a single location, so remove the old one. This improves AP
selection for WPS provisioning by not skipping some of the initial
scans.
(cherry picked from commit d902a9c1bcee67e2f2df2f0b80c85c10e8bd865d)