commit | 6eb11a9a311a0f7e5b9b66c18f7498a26c9ec206 | [log] [tgz] |
---|---|---|
author | Stanislaw Gruszka <sgruszka@redhat.com> | Wed Oct 06 11:22:11 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Oct 06 16:30:42 2010 -0400 |
tree | d65e943dc4e3099c84968fed00451bd118a0470d | |
parent | 4136c4224ccf1907d309e1cdfaefef9da97dbc5e [diff] |
mac80211: do not requeue scan work when not needed When performing hw scan and not abort it, __ieee80211_scan_completed() is currently called from scan work, so does not need to reschedule work to call drv_hw_scan(). Signed-off-by: Stanislaw Gruszka <sgruszka@redhat.com> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>