aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2015-09-14 13:56:17 +0200
committerJohannes Berg <johannes.berg@intel.com>2015-09-22 15:21:28 +0200
commit5359d112dcb081fd7a5f2de287fa995f6ba0800c (patch)
tree596a77e47e7433d13ebd984da0a2222b5b10639c
parentmac80211: Split sending tx'ed frames to monitor interfaces into its own function (diff)
downloadlinux-dev-5359d112dcb081fd7a5f2de287fa995f6ba0800c.tar.xz
linux-dev-5359d112dcb081fd7a5f2de287fa995f6ba0800c.zip
Revert "mac80211: add pointer for driver use to key"
This reverts commit f9a060f4b2003eb7350762e60dfc576447e44bad. No driver has turned up needing this functionality, and I've just implemented the functionality I wanted this for in a different way. Thus, remove it again, until somebody shows up with a need for having it. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r--include/net/mac80211.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/mac80211.h b/include/net/mac80211.h
index d62d6f41548b..3424ac6efb2a 100644
--- a/include/net/mac80211.h
+++ b/include/net/mac80211.h
@@ -1497,10 +1497,8 @@ enum ieee80211_key_flags {
* - Temporal Authenticator Rx MIC Key (64 bits)
* @icv_len: The ICV length for this key type
* @iv_len: The IV length for this key type
- * @drv_priv: pointer for driver use
*/
struct ieee80211_key_conf {
- void *drv_priv;
atomic64_t tx_pn;
u32 cipher;
u8 icv_len;