From: Johannes Berg Date: Fri, 4 Feb 2011 14:57:45 +0000 (-0800) Subject: iwlwifi: remove unnecessary locking X-Git-Tag: v2.6.39-rc1~468^2~403^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f115cf24ea3f5010f7361d2098545edf7a07add;p=pandora-kernel.git 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 Signed-off-by: Wey-Yi Guy --- Reading git-diff-tree failed