summaryrefslogtreecommitdiff
path: root/include/net/mac80211.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-07-06 19:49:54 +0200
committerJohannes Berg <johannes.berg@intel.com>2012-07-09 14:49:15 +0200
commitf72b85b8eb6657fae95ac8f5cb20954b4d87a520 (patch)
tree089123ac0b92e2939ffb4510b22f03cd4ac7da9a /include/net/mac80211.h
parent31ee67a1ced64f61e3f8266ddfd820d6ce599da3 (diff)
downloadlinux-3.10-f72b85b8eb6657fae95ac8f5cb20954b4d87a520.tar.gz
linux-3.10-f72b85b8eb6657fae95ac8f5cb20954b4d87a520.tar.bz2
linux-3.10-f72b85b8eb6657fae95ac8f5cb20954b4d87a520.zip
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>
Diffstat (limited to 'include/net/mac80211.h')
-rw-r--r--include/net/mac80211.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index e3fa90ce9ec..c5dbb46debb 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -3592,22 +3592,6 @@ void ieee80211_request_smps(struct ieee80211_vif *vif,
enum ieee80211_smps_mode smps_mode);
/**
- * ieee80211_key_removed - disable hw acceleration for key
- * @key_conf: The key hw acceleration should be disabled for
- *
- * This allows drivers to indicate that the given key has been
- * removed from hardware acceleration, due to a new key that
- * was added. Don't use this if the key can continue to be used
- * for TX, if the key restriction is on RX only it is permitted
- * to keep the key for TX only and not call this function.
- *
- * Due to locking constraints, it may only be called during
- * @set_key. This function must be allowed to sleep, and the
- * key it tries to disable may still be used until it returns.
- */
-void ieee80211_key_removed(struct ieee80211_key_conf *key_conf);
-
-/**
* ieee80211_ready_on_channel - notification of remain-on-channel start
* @hw: pointer as obtained from ieee80211_alloc_hw()
*/