commit | ad0e2b5a00dbec303e4682b403bb6703d11dcdb2 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Jun 01 10:19:19 2010 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Jun 03 14:10:46 2010 -0400 |
tree | b7aeb06a284af0cfb4aa1de840592478b373f554 | |
parent | efe4c457a1d4e56840c42bf2e409dc04e8ad4304 [diff] |
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 <johannes.berg@intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>