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>
This commit is contained in:

committed by
John W. Linville

parent
cfcdf40e52
commit
d9c58f30b0
@@ -125,6 +125,7 @@ struct ieee80211_key {
|
||||
struct dentry *replays;
|
||||
struct dentry *key;
|
||||
struct dentry *ifindex;
|
||||
int cnt;
|
||||
} debugfs;
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user