commit | 72e15d71b02a21fd7b94ee1af4ba3a41f722b1f3 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Feb 19 11:42:32 2010 -0800 |
committer | Reinette Chatre <reinette.chatre@intel.com> | Tue Mar 09 16:12:08 2010 -0800 |
tree | 9e0435e3fba955ea598b637ac53fe8f0b879d22f | |
parent | 4967c31677cf3c6c49aadf205f1a31d15d7610da [diff] |
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 <johannes.berg@intel.com> Signed-off-by: Reinette Chatre <reinette.chatre@intel.com>