From: Emmanuel Grumbach Date: Fri, 11 Jul 2008 03:53:34 +0000 (+0800) Subject: iwlwifi: make iwl4965_mac_conf_tx in atomic context X-Git-Tag: v2.6.27-rc1~969^2~159^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ff50bda6eef4466366e197541508fc69af0f0c0;p=pandora-kernel.git iwlwifi: make iwl4965_mac_conf_tx in atomic context This patch fixes iwl4965_mac_conf_tx. A mutex was taken in atomic context leading to Oops. This patch removes the mutex and extends the hold priv->lock. None of the field of QOS is accessed without priv->lock held. Signed-off-by: Emmanuel Grumbach Signed-off-by: Tomas Winkler Signed-off-by: Zhu Yi Signed-off-by: John W. Linville --- Reading git-diff-tree failed