From: Stanislaw Gruszka Date: Wed, 6 Oct 2010 09:22:11 +0000 (+0200) Subject: mac80211: do not requeue scan work when not needed X-Git-Tag: v2.6.37-rc1~147^2~191^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eb11a9a311a0f7e5b9b66c18f7498a26c9ec206;p=pandora-kernel.git 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 Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed