commit | 1ff50bda6eef4466366e197541508fc69af0f0c0 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Fri Jul 11 11:53:34 2008 +0800 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Jul 14 14:52:58 2008 -0400 |
tree | 79499aa72caab98d52cb95602eb64d08b24c4ed4 | |
parent | 6c5379077f47f6eff9c23caf8513751d2f582e72 [diff] |
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 <emmanuel.grumbach@intel.com> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Zhu Yi <yi.zhu@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>