From: Johannes Berg Date: Mon, 5 Mar 2012 19:24:27 +0000 (-0800) Subject: iwlwifi: remove shared lock X-Git-Tag: v3.4-rc1~177^2~108^2~137 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=08ae86ac3f9d9c9a60d2883c82cd72a5c66b94db;p=pandora-kernel.git iwlwifi: remove shared lock Some data doesn't need protection, some of the lock places are simply useless, and some data can be protected with the mutex instead. Thus the shared lock can be removed by making those changes. Signed-off-by: Johannes Berg Signed-off-by: Wey-Yi Guy Signed-off-by: John W. Linville --- Reading git-diff-tree failed