diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-04-08 16:46:36 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-08 16:46:36 -0400 |
commit | d9c58f30b08bfe1e689537af5bc855a76d0fae25 (patch) | |
tree | ecd2dde62f9180a2a5736645e9985e33340874e5 /net/mac80211/key.h | |
parent | cfcdf40e52bdaa7622a9d1de62e5451d3427a5c6 (diff) |
mac80211: fix key debugfs default_key link
The default_key symlink points to the key index rather than
they key counter, fix it.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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 { struct dentry *replays; struct dentry *key; struct dentry *ifindex; + int cnt; } debugfs; #endif |