From: Johannes Berg Date: Tue, 1 Jun 2010 08:19:19 +0000 (+0200) Subject: mac80211: simplify key locking X-Git-Tag: v2.6.36-rc1~571^2~615^2~71 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad0e2b5a00dbec303e4682b403bb6703d11dcdb2;p=pandora-kernel.git mac80211: simplify key locking Since I recently made station management able to sleep, I can now rework key management as well; since it will no longer need a spinlock and can also use a mutex instead, a bunch of code to allow drivers' set_key to sleep while key management is protected by a spinlock can now be removed. Signed-off-by: Johannes Berg Signed-off-by: John W. Linville --- Reading git-diff-tree failed