aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_key.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2007-08-28 17:01:54 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:48:51 -0400
commit8f37171a6243a8370211a1e86d58be683ccf01f0 (patch)
tree3ca7a5eeed89cbd9ea6d86ddffa0a30ed2b4a3c6 /net/mac80211/ieee80211_key.h
parent8f20fc24986a083228823d9b68adca20714b254e (diff)
[MAC80211]: remove krefs for keys
they aren't really refcounted anyway Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Michael Wu <flamingice@sourmilk.net> Signed-off-by: John W. Linville <linville@tuxdriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/mac80211/ieee80211_key.h')
-rw-r--r--net/mac80211/ieee80211_key.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/mac80211/ieee80211_key.h b/net/mac80211/ieee80211_key.h
index 1b5e539c678f..58e192530826 100644
--- a/net/mac80211/ieee80211_key.h
+++ b/net/mac80211/ieee80211_key.h
@@ -11,7 +11,7 @@
11#define IEEE80211_KEY_H 11#define IEEE80211_KEY_H
12 12
13#include <linux/types.h> 13#include <linux/types.h>
14#include <linux/kref.h> 14#include <linux/list.h>
15#include <linux/crypto.h> 15#include <linux/crypto.h>
16#include <net/mac80211.h> 16#include <net/mac80211.h>
17 17
@@ -42,8 +42,6 @@
42#define NUM_RX_DATA_QUEUES 17 42#define NUM_RX_DATA_QUEUES 17
43 43
44struct ieee80211_key { 44struct ieee80211_key {
45 struct kref kref;
46
47 union { 45 union {
48 struct { 46 struct {
49 /* last used TSC */ 47 /* last used TSC */