]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: allow driver to iterate keys
authorJohannes Berg <johannes.berg@intel.com>
Tue, 5 Jul 2011 14:35:39 +0000 (16:35 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 6 Jul 2011 19:05:41 +0000 (15:05 -0400)
commit830af02f24fbc087999b757b8eca51829c67fa6f
tree9a029493580c0d822badfa9f2218ef0c72ae6f33
parent68dd49ef907f92127aabb30b3368b80eb0ffb459
mac80211: allow driver to iterate keys

When in suspend/wowlan, devices might implement crypto
offload differently (more features), and might require
reprogramming keys for the WoWLAN (as it is the case
for Intel devices that use another uCode image). Thus
allow the driver to iterate all keys in this context.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
include/net/mac80211.h
net/mac80211/key.c