diff options
Diffstat (limited to 'net/mac80211/key.h')
-rw-r--r-- | net/mac80211/key.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/key.h b/net/mac80211/key.h index 467890c6fe81..5d48518985b3 100644 --- a/net/mac80211/key.h +++ b/net/mac80211/key.h | |||
@@ -125,6 +125,7 @@ struct ieee80211_key { | |||
125 | struct dentry *replays; | 125 | struct dentry *replays; |
126 | struct dentry *key; | 126 | struct dentry *key; |
127 | struct dentry *ifindex; | 127 | struct dentry *ifindex; |
128 | int cnt; | ||
128 | } debugfs; | 129 | } debugfs; |
129 | #endif | 130 | #endif |
130 | 131 | ||