From: Luis R. Rodriguez Date: Mon, 27 Jul 2009 19:51:37 +0000 (-0700) Subject: ar9170: remove unneeded flush_workqueue() X-Git-Tag: v2.6.32-rc1~703^2~459^2~91 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e351cfbf4e6ccd8bf32555748a49dba5bc93fcb0;p=pandora-kernel.git ar9170: remove unneeded flush_workqueue() cancel_delayed_work_sync() and cancel_work_sync() are already being used therefore already waiting for all pending work by the driver to have been completed, no need to flush the mac80211 workqueue. Cc: Christian Lamparter Signed-off-by: Luis R. Rodriguez Signed-off-by: John W. Linville --- Reading git-diff-tree failed