From: Johannes Berg Date: Fri, 19 Feb 2010 19:42:32 +0000 (-0800) Subject: iwlwifi: change WEP key protection to use mutex X-Git-Tag: v2.6.35-rc1~473^2~714^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72e15d71b02a21fd7b94ee1af4ba3a41f722b1f3;p=pandora-kernel.git iwlwifi: change WEP key protection to use mutex For later station notification support we would like WEP key setting to be done synchronously always. Currently all places from which WEP key is set can sleep, but the usage of sta_lock prevents it to do so. Modify the locking to use priv->mutex instead and thus enable this call to sleep. Signed-off-by: Johannes Berg Signed-off-by: Reinette Chatre --- Reading git-diff-tree failed