]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mac80211: remove ieee80211_key_removed
authorJohannes Berg <johannes.berg@intel.com>
Fri, 6 Jul 2012 17:49:54 +0000 (19:49 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 9 Jul 2012 12:49:15 +0000 (14:49 +0200)
commitf72b85b8eb6657fae95ac8f5cb20954b4d87a520
tree089123ac0b92e2939ffb4510b22f03cd4ac7da9a
parent31ee67a1ced64f61e3f8266ddfd820d6ce599da3
mac80211: remove ieee80211_key_removed

This API call was intended to be used by drivers
if they want to optimize key handling by removing
one key when another is added. Remove it since no
driver is using it. If needed, it can always be
added back.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Documentation/DocBook/80211.tmpl
include/net/mac80211.h
net/mac80211/key.c