diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 570ae83c71b1..c68d4df11196 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -498,8 +498,10 @@ struct ieee80211_sub_if_data { | |||
498 | struct { | 498 | struct { |
499 | struct dentry *mode; | 499 | struct dentry *mode; |
500 | } monitor; | 500 | } monitor; |
501 | struct dentry *default_key; | ||
502 | } debugfs; | 501 | } debugfs; |
502 | struct { | ||
503 | struct dentry *default_key; | ||
504 | } common_debugfs; | ||
503 | 505 | ||
504 | #ifdef CONFIG_MAC80211_MESH | 506 | #ifdef CONFIG_MAC80211_MESH |
505 | struct dentry *mesh_stats_dir; | 507 | struct dentry *mesh_stats_dir; |