commit | 133d40f9a22bdfd2617a446f1e3209537c5415ec | [log] [tgz] |
---|---|---|
author | Stanislaw Gruszka <sgruszka@redhat.com> | Wed Mar 28 16:01:19 2012 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Apr 13 14:31:49 2012 -0400 |
tree | f1a1cf510935348bede001983773a879df94fce5 | |
parent | f277683477c7bdff8236e731cf882b3ef89dde0d [diff] |
mac80211: do not scan and monitor connection in parallel Before we send probes in connection monitoring we check if scan is not pending. But we do that check without locking. Fix that and also do not start scan if connection monitoring is in progress. Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>