From: Stanislaw Gruszka Date: Thu, 31 Mar 2011 15:36:27 +0000 (+0200) Subject: iwlwifi: more priv->mutex serialization X-Git-Tag: v3.0-rc1~377^2~437^2^2~44 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1a4068fce2657991c5c3b1f6849f7fc466c69f;p=pandora-kernel.git iwlwifi: more priv->mutex serialization Check status bits with mutex taken, because when we wait for mutex unlock, status can change. Patch should also make remaining sync commands be send with priv->mutex taken. That will prevent execute these commands when we are currently reset firmware, what could possibly cause troubles. Signed-off-by: Stanislaw Gruszka Acked-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed