From: Jouni Malinen Date: Tue, 25 Aug 2009 14:44:28 +0000 (+0300) Subject: mac80211: Check pending scan request after having processed mgd work X-Git-Tag: v2.6.32-rc1~703^2~275^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5bf6fcc2bbfb90d997f88c969f1ceee35d064a24;p=pandora-kernel.git mac80211: Check pending scan request after having processed mgd work When the queued management work items are processed in ieee80211_sta_work() an item could be removed. This could change the anybusy from true to false, so we better check whether we can start a new scan only after having processed the pending work first. Signed-off-by: Jouni Malinen Acked-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed