commit | 2f115cf24ea3f5010f7361d2098545edf7a07add | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Feb 04 06:57:45 2011 -0800 |
committer | Wey-Yi Guy <wey-yi.w.guy@intel.com> | Sun Feb 06 09:30:54 2011 -0800 |
tree | e545611c15def73064504feb1825715dd5712acb | |
parent | b23b025fe246f3acc2988eb6d400df34c27cb8ae [diff] |
iwlwifi: remove unnecessary locking This code, and the places that set the variable is_internal_short_scan and the vif pointers are all protected by the mutex, there's no point in locking the spinlock here as well (any more). Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Wey-Yi Guy <wey-yi.w.guy@intel.com>